mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +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;
|
||||
validateStatus?: (status: number) => boolean;
|
||||
maxRedirects?: number;
|
||||
socketPath?: string | null;
|
||||
httpAgent?: any;
|
||||
httpsAgent?: any;
|
||||
proxy?: AxiosProxyConfig | false;
|
||||
|
||||
Reference in New Issue
Block a user