api/interfaces/ihttprequestconfig
Globals / IHttpRequestConfig
Interface: IHttpRequestConfig
Hierarchy
- IHttpRequestConfig
Index
Properties
- auth
- data
- headers
- httpAgent
- httpsAgent
- maxContentLength
- maxRedirects
- method
- params
- proxy
- responseType
- url
- withCredentials
- xsrfCookieName
- xsrfHeaderName
Properties
auth
• Optional
auth: AxiosBasicCredentials
Defined in packages/http/lib/Http.ts:17
data
• Optional
data: unknown
Defined in packages/http/lib/Http.ts:18
headers
• Optional
headers: undefined | { [k:string]: string; }
Defined in packages/http/lib/Http.ts:19
httpAgent
• Optional
httpAgent: http.Agent
Defined in packages/http/lib/Http.ts:22
httpsAgent
• Optional
httpsAgent: https.Agent
Defined in packages/http/lib/Http.ts:23
maxContentLength
• Optional
maxContentLength: undefined | number
Defined in packages/http/lib/Http.ts:24
maxRedirects
• Optional
maxRedirects: undefined | number
Defined in packages/http/lib/Http.ts:25
method
• Optional
method: Method
Defined in packages/http/lib/Http.ts:26
params
• Optional
params: undefined | { [k:string]: string | number; }
Defined in packages/http/lib/Http.ts:27
proxy
• Optional
proxy: AxiosProxyConfig | false
Defined in packages/http/lib/Http.ts:30
responseType
• Optional
responseType: ResponseType
Defined in packages/http/lib/Http.ts:31
url
• Optional
url: undefined | string
Defined in packages/http/lib/Http.ts:32
withCredentials
• Optional
withCredentials: undefined | false | true
Defined in packages/http/lib/Http.ts:33
xsrfCookieName
• Optional
xsrfCookieName: undefined | string
Defined in packages/http/lib/Http.ts:34
xsrfHeaderName
• Optional
xsrfHeaderName: undefined | string
Defined in packages/http/lib/Http.ts:35