<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`RequestUrlParam`](RequestUrlParam)
## RequestUrlParam interface
**Signature:**
```typescript
export interface RequestUrlParam
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`body?`](RequestUrlParam/body) | | <code>string | </code><code>ArrayBuffer</code> | _(Optional)_ |
| [`contentType?`](RequestUrlParam/contentType) | | <code>string</code> | _(Optional)_ |
| [`headers?`](RequestUrlParam/headers) | | <code>Record</code><code><string, string></code> | _(Optional)_ |
| [`method?`](RequestUrlParam/method) | | <code>string</code> | _(Optional)_ |
| [`throw?`](RequestUrlParam/throw) | | <code>boolean</code> | _(Optional)_ Whether to throw an error when the status code is 400+ Defaults to true |
| [`url`](RequestUrlParam/url) | | <code>string</code> | |
Not found
This page does not exist