Closed
Description
Related to #220
In Slim we have quite a few different media parsers we include in our PSR-7 implementation however these limits are infrequently extended by some in specific industries. It would be super helpful to have the ability
-
Have more than one media parser middleware as it's not always just 1 type of request body in a project
-
Have the ability to add more parsers to the middleware.
Here's our current strategy.
https://github.com/slimphp/Slim/blob/3.x/Slim/Http/Request.php#L204-L241