UNPKG

@loopback/docs

Version:
34 lines (22 loc) 863 B
--- lang: en title: 'API docs: rest.getparseroptions_1' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.getparseroptions_1.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [getParserOptions](./rest.getparseroptions_1.md) ## getParserOptions() function <b>Signature:</b> ```typescript export declare function getParserOptions(type: 'urlencoded', options: RequestBodyParserOptions): OptionsUrlencoded; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | type | <code>'urlencoded'</code> | | | options | <code>RequestBodyParserOptions</code> | | <b>Returns:</b> `OptionsUrlencoded`