hanami / router

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

Extract Body Parsers #162

Closed jodosha closed 6 years ago

jodosha commented 6 years ago

Body Parses feature makes the internal of Hanami::Router#call complicated.

We can extract into a Rack middleware and invite developers to mount before the request will hit the router.


This change MUST go to develop branch.


Ref https://trello.com/c/fQw5F4Hp

GustavoCaso commented 6 years ago

Solved with #175