internal
Classes
Interfaces
- AxiosAdapter
- AxiosBasicCredentials
- AxiosDefaults
- AxiosError
- AxiosInstance
- AxiosInterceptorManager
- AxiosPromise
- AxiosProxyConfig
- AxiosRequestTransformer
- AxiosResponse
- AxiosResponseTransformer
- Cancel
- CancelToken
- Config
- HTTPResponse
- HeadersDefaults
- RetryConfig
- TransitionalOptions
Type Aliases
AxiosRequestHeaders
AxiosRequestHeaders: Record<string
, string
>
AxiosResponseHeaders
AxiosResponseHeaders: Record<string
, string
> & { set-cookie?
: string
[] }
Method
Method: "get"
| "GET"
| "delete"
| "DELETE"
| "head"
| "HEAD"
| "options"
| "OPTIONS"
| "post"
| "POST"
| "put"
| "PUT"
| "patch"
| "PATCH"
| "purge"
| "PURGE"
| "link"
| "LINK"
| "unlink"
| "UNLINK"
RequestMethod
RequestMethod: "DELETE"
| "POST"
| "GET"
Response
Response<T
>: T
& { response
: HTTPResponse
}
Type parameters
T
objectRequiredResponsePromise
ResponsePromise<T
>: Promise
<Response
<T
>>
Type parameters
T
objectRequiredResponseType
ResponseType: "arraybuffer"
| "blob"
| "document"
| "json"
| "text"
| "stream"
Was this section helpful?