HTTPOptions
Defined in: domains/http.ts:7
Extended by
Section titled “Extended by”Properties
Section titled “Properties”headers?
Section titled “headers?”optional headers?: Record<string, string>;Defined in: domains/http.ts:9
Additional request headers.
timeout?
Section titled “timeout?”optional timeout?: number;Defined in: domains/http.ts:11
Request timeout in milliseconds. Defaults to 30000.
responseType?
Section titled “responseType?”optional responseType?: HTTPResponseType;Defined in: domains/http.ts:13
Expected response format. Defaults to 'json'.