mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Mending merge conflict
This commit is contained in:
Vendored
+1
@@ -89,6 +89,7 @@ export interface AxiosRequestConfig<D = any> {
|
|||||||
decompress?: boolean;
|
decompress?: boolean;
|
||||||
transitional?: TransitionalOptions;
|
transitional?: TransitionalOptions;
|
||||||
signal?: AbortSignal;
|
signal?: AbortSignal;
|
||||||
|
insecureHTTPParser?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AxiosResponse<T = unknown, D = any> {
|
export interface AxiosResponse<T = unknown, D = any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user