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
However, when it comes to the parsed body of the Request object, Should Slim-Psr7 continue to handle it's own decoding of body using the media types or should this functionality be moved elsewhere?
The text was updated successfully, but these errors were encountered:
Shouldn't we move this to Middleware?
On ExpressJS we use middlewares(see the middleware here) and works well.
Another thing with ParsedBody:
Setting $bodyParsed to false was a fix for an issue. Maybe if we change the way parsedBody() works, we could remove this.
I'm removing non-PSR-7 methods from Slim-Psr7
However, when it comes to the parsed body of the Request object, Should Slim-Psr7 continue to handle it's own decoding of body using the media types or should this functionality be moved elsewhere?
The text was updated successfully, but these errors were encountered: