apigee-127 / swagger-node-runner

The heart of Swagger-Node
MIT License
102 stars 124 forks source link

Update hapi_middleware.js #102

Closed markhowells closed 7 years ago

markhowells commented 7 years ago

Use the hapi request object as the basis for this middleware. Allows multiple middlewares to be used with swagger-hapi

As per issue #99

markhowells commented 7 years ago

Nope. It's more complex than just this. I now realize the parameter bodyParser require the raw req. I'll submit another PR later.