Http
Test Maker utilizes Axios options while performing http requests.
Name | Type | Description |
---|---|---|
adapter | AxiosAdapter | |
auth | AxiosBasicCredentials | |
baseURL | string | |
cancelToken | CancelToken | |
data | any | |
decompress | boolean | |
headers | AxiosRequestHeaders | |
httpAgent | any | |
httpsAgent | any | |
insecureHTTPParser | boolean | |
maxBodyLength | number | |
maxContentLength | number | |
maxRedirects | number | |
method | Method | |
onDownloadProgress | function | |
onUploadProgress | function | |
params | any | |
paramsSerializer | function | |
proxy | AxiosProxyConfig / false | |
responseEncoding | function | |
responseType | ResponseType | |
signal | AbortSignal | |
socketPath | function | |
responseEncoding | responseEncoding / string | |
socketPath | function | |
timeout | number | |
timeoutErrorMessage | string | |
transformRequest | AxiosRequestTransformer / AxiosRequestTransformer[] | |
transformResponse | AxiosResponseTransformer / AxiosResponseTransformer[] | |
transitional | TransitionalOptions | |
url | string | |
validateStatus | function | |
withCredentials | boolean | |
xsrfCookieName | string | |
xsrfHeaderName | string |