Returns middleware that only parses json and only looks at requests where the Content-Type header matches the type option.
Returns middleware that parses all bodies as a Buffer and only looks at requests where the Content-Type header matches the type option.
Returns middleware that parses all bodies as a string and only looks at requests where the Content-Type header matches the type option.
Returns middleware that only parses urlencoded bodies and only looks at requests where the Content-Type header matches the type option
use individual json/urlencoded middlewares