<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [RequestOptions](./sip.js.requestoptions.md)

## RequestOptions interface

Request options bucket.

<b>Signature:</b>

```typescript
export interface RequestOptions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [body](./sip.js.requestoptions.body.md) | <code>Body</code> | Body to include in the message. |
|  [extraHeaders](./sip.js.requestoptions.extraheaders.md) | <code>Array&lt;string&gt;</code> | Extra headers to include in the message. |

