mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Adding insecureHTTPParser type to AxiosRequestConfig
This commit is contained in:
Vendored
+2
-1
@@ -77,7 +77,8 @@ export interface AxiosRequestConfig<T = any> {
|
||||
proxy?: AxiosProxyConfig | false;
|
||||
cancelToken?: CancelToken;
|
||||
decompress?: boolean;
|
||||
transitional?: TransitionalOptions
|
||||
transitional?: TransitionalOptions;
|
||||
insecureHTTPParser?: boolean
|
||||
}
|
||||
|
||||
export interface AxiosResponse<T = never> {
|
||||
|
||||
Reference in New Issue
Block a user