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) | Constructs a new instance of the RawBodyParser class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| name | symbol |
Methods
| Method | Modifiers | Description |
|---|---|---|
| parse(request) | ||
| supports(mediaType) |