xentek / hyperdrive

hypermedia state machine
https://rubygems.org/gems/hyperdrive
MIT License
5 stars 0 forks source link

Automatically Parse request body #19

Closed xentek closed 10 years ago

xentek commented 10 years ago

We should parse requests bodies and merge the results into the rest of the input params. This should happen before the SanitizeParams and RequiredParams middleware runs, so that everything ends up in env['hyperdrive.params'] properly.