You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slim uses Slim\Http\Request::post for all HTTP methods besides GET. DELETE may use either query string params or a message body, so it seems that SlimRequestAdapter::getParams should reflect that when request method is DELETE.
The text was updated successfully, but these errors were encountered:
Slim uses
Slim\Http\Request::post
for allHTTP
methods besidesGET
.DELETE
may use either query string params or a message body, so it seems thatSlimRequestAdapter::getParams
should reflect that when request method isDELETE
.The text was updated successfully, but these errors were encountered: