@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
34 lines (22 loc) • 903 B
Markdown
lang: en
title: 'API docs: rest.getparseroptions_1'
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.getparseroptions_1.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [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 | 'urlencoded' | |
| options | [RequestBodyParserOptions](./rest.requestbodyparseroptions.md) | |
<b>Returns:</b>
OptionsUrlencoded