Why is this the default example in every case to just blindly reassign the body back to body and send it back instead of having even one single example of how to use the params within the parsed request body? (I assume it's an object or array)
I'm honestly confusued on this design decision outside of testing. Testing makes sense up to a point. is this module not even a request parser? is it a response formatter??
@SampsonCrowley, through the example we try to ensure/show the body parsing.
If you want an additional example, feel free to open a PR or put your request in detail.
Why is this the default example in every case to just blindly reassign the body back to body and send it back instead of having even one single example of how to use the params within the parsed request body? (I assume it's an object or array)
I'm honestly confusued on this design decision outside of testing. Testing makes sense up to a point. is this module not even a request parser? is it a response formatter??