ethanresnick / json-api

Turn your node app into a JSON API server (http://jsonapi.org/)
GNU Lesser General Public License v3.0
268 stars 41 forks source link

Added support for upstream middleware that parses the request body #107

Closed gnz00 closed 6 years ago

gnz00 commented 8 years ago

I added fallbacks for when the request stream has been read, but the request body or rawBody properties have been set. Seems to be working well for me.

ethanresnick commented 6 years ago

A version of this change has been merged into V3 here. Thanks for the PR, and sorry it took so so long for me to get around to it.