Interface: HttpRequestOptions
HTTP request options
Properties
headers?
optional headers: Record<string, string>;Request headers
parseJson?
optional parseJson: boolean;Whether to parse response as JSON (default: true)
timeout?
optional timeout: number;Request timeout in milliseconds
Last updated on