router
router copied to clipboard
Support configurable body parsers
- Allow passing mime types to the constructor of a Parser class
- Change
Parser#mime_typesto beParser.mime_types - Allow passing parser id along with additional mime types as an argument in the
BodyParserconstructor