2
0
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:
Khaled Garbaya
2018-07-05 08:51:11 +02:00
committed by Justin Beckwith
parent 84388b0389
commit 7d9a29ee4c
2 changed files with 9 additions and 5 deletions
Vendored
+2 -1
View File
@@ -17,7 +17,8 @@ export interface AxiosProxyConfig {
auth?: {
username: string;
password:string;
}
};
protocol?: string;
}
export type Method =