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 |
|---|---|---|---|
|
string | symbol |
Name of the parser |
Methods
| Method | Description |
|---|---|
|
Parse the request body | |
|
Indicate if the given media type is supported |