hanami / router

Ruby/Rack HTTP router
http://hanamirb.org
MIT License
362 stars 92 forks source link

Parse form submission and make it available in Router params #217

Closed jodosha closed 2 years ago

jodosha commented 2 years ago

@cllns

Will we later expand the router to do the same for JSON params?

We already have Hanami::Middleware::BodyParser for JSON parsing of request body.