Page Contents

Home > @loopback/rest > RawBodyParser

RawBodyParser class

Parsing the request body into Buffer

Signature:

export declare class RawBodyParser implements BodyParser 

Implements: BodyParser

Constructors

Constructor Modifiers Description
[(constructor)(options)](/doc/en/lb4/apidocs.rest.rawbodyparser._constructor_.html) Constructs a new instance of the `RawBodyParser` class

Properties

Property Modifiers Type Description
[name](/doc/en/lb4/apidocs.rest.rawbodyparser.name.html) symbol

Methods

Method Modifiers Description
[parse(request)](/doc/en/lb4/apidocs.rest.rawbodyparser.parse.html)
[supports(mediaType)](/doc/en/lb4/apidocs.rest.rawbodyparser.supports.html)