Page Contents

Home > @loopback/rest > BodyParser

BodyParser interface

Interface to be implemented by body parser extensions

Signature:

export interface BodyParser 

Properties

Property Modifiers Type Description
[name](/doc/en/lb4/apidocs.rest.bodyparser.name.html) string \| symbol Name of the parser

Methods

Method Description
[parse(request)](/doc/en/lb4/apidocs.rest.bodyparser.parse.html) Parse the request body
[supports(mediaType)](/doc/en/lb4/apidocs.rest.bodyparser.supports.html) Indicate if the given media type is supported