mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
fix: Fix type error when socketPath option in AxiosRequestConfig
This commit is contained in:
committed by
Justin Beckwith
parent
cb63021830
commit
524f5bf10a
Vendored
+1
@@ -42,6 +42,7 @@ export interface AxiosRequestConfig {
|
|||||||
maxContentLength?: number;
|
maxContentLength?: number;
|
||||||
validateStatus?: (status: number) => boolean;
|
validateStatus?: (status: number) => boolean;
|
||||||
maxRedirects?: number;
|
maxRedirects?: number;
|
||||||
|
socketPath?: string | null;
|
||||||
httpAgent?: any;
|
httpAgent?: any;
|
||||||
httpsAgent?: any;
|
httpsAgent?: any;
|
||||||
proxy?: AxiosProxyConfig | false;
|
proxy?: AxiosProxyConfig | false;
|
||||||
|
|||||||
Reference in New Issue
Block a user