> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HttpClientRequestOptions

> Reference for the HttpClientRequestOptions TypeScript interface in the X API SDK. Field definitions, types, and properties for X API request or response.

## Properties

<ParamField name="method" type="string" />

<ParamField name="headers" type="Record<string, string> | Headers" />

<ParamField name="body" type="string | Buffer | ArrayBuffer | ArrayBufferView" />

<ParamField name="signal" type="AbortSignal" />

<ParamField name="timeout" type="number" />
