senecajs / seneca-web

Http route mapping for Seneca microservices.
MIT License
76 stars 44 forks source link

Provide option to disable body parser when using express/connect #93

Closed tswaters closed 8 years ago

tswaters commented 8 years ago

Fixes #92

The diffs look a little messy for the connect one. The linter was complaining about having a function inside an if statement, so all the indentation had to change a little bit. Also, the express one wasn't passing around options so I had to add options to all the functions :(

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.2%) to 87.384% when pulling fd69047291bde1a46633d19f121380f8c6815a42 on tswaters:issue-92 into a129692283d67148ca311af39360f5f39d8b5f75 on senecajs:master.