hanami / controller

Complete, fast and testable actions for Rack and Hanami

Home Page:http://hanamirb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `Hanami::Action#parsed_request_body`

jodosha opened this issue · comments

Hanami::Action#parsed_request_body is deprecated in 1.3 and should be removed in 2.0.


This change MUST go to the unstable branch.

NOTE: Due to the changes that unstable branch contains Hanami::Action#parsed_request_body is referenced as Hanami::Action::Request#parsed_body. This is the method to be removed.


Ref #254
Ref hanami/router#163

Closed by #261