mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fixing http adapter to allow HTTPS connections via HTTP (#959)
This commit is contained in:
committed by
Justin Beckwith
parent
84388b0389
commit
7d9a29ee4c
Vendored
+2
-1
@@ -17,7 +17,8 @@ export interface AxiosProxyConfig {
|
||||
auth?: {
|
||||
username: string;
|
||||
password:string;
|
||||
}
|
||||
};
|
||||
protocol?: string;
|
||||
}
|
||||
|
||||
export type Method =
|
||||
|
||||
Reference in New Issue
Block a user