UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

43 lines (29 loc) 1.31 kB
--- lang: en title: 'API docs: rest.urlencodedbodyparser' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.urlencodedbodyparser.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [UrlEncodedBodyParser](./rest.urlencodedbodyparser.md) ## UrlEncodedBodyParser class <b>Signature:</b> ```typescript export declare class UrlEncodedBodyParser implements BodyParser ``` <b>Implements:</b> [BodyParser](./rest.bodyparser.md) ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(options)](./rest.urlencodedbodyparser._constructor_.md) | | Constructs a new instance of the <code>UrlEncodedBodyParser</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [name](./rest.urlencodedbodyparser.name.md) | | symbol | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [parse(request)](./rest.urlencodedbodyparser.parse.md) | | | | [supports(mediaType)](./rest.urlencodedbodyparser.supports.md) | | |