UNPKG

@loopback/docs

Version:

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

144 lines (68 loc) 1.92 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/loopbackio/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 **Signature:** ```typescript export declare class UrlEncodedBodyParser implements BodyParser ``` **Implements:** [BodyParser](./rest.bodyparser.md) ## Constructors <table><thead><tr><th> Constructor </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [(constructor)(options)](./rest.urlencodedbodyparser._constructor_.md) </td><td markdown="1"> </td><td markdown="1"> Constructs a new instance of the `UrlEncodedBodyParser` class </td></tr> </tbody></table> ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [name](./rest.urlencodedbodyparser.name.md) </td><td markdown="1"> </td><td markdown="1"> symbol </td><td markdown="1"> </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [parse(request)](./rest.urlencodedbodyparser.parse.md) </td><td markdown="1"> </td><td markdown="1"> </td></tr> <tr><td markdown="1"> [supports(mediaType)](./rest.urlencodedbodyparser.supports.md) </td><td markdown="1"> </td><td markdown="1"> </td></tr> </tbody></table>