> ## 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.

# RequestOptions

> X API SDK의 RequestOptions TypeScript 인터페이스 참조. 요청 타임아웃(밀리초), 취소용 요청 시그널, 원시 HTTP 반환.

API 호출용 요청 옵션

## 속성

<ParamField name="timeout" type="number">
  요청 타임아웃(밀리초)
</ParamField>

<ParamField name="headers" type="Record<string, string>">
  추가 헤더
</ParamField>

<ParamField name="signal" type="AbortSignal">
  취소용 요청 시그널
</ParamField>

<ParamField name="body" type="string">
  요청 본문
</ParamField>

<ParamField name="raw" type="boolean">
  파싱된 본문 대신 원시 HTTP 래퍼 반환
</ParamField>

<ParamField name="security" type="Record<string, string[]>[]">
  엔드포인트의 보안 요구사항(OpenAPI 스펙에서 가져옴) - 스마트 인증 선택에 사용
</ParamField>
