Skip to content

Commit

Permalink
ALL_PROXY env variable support
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliusan committed Feb 13, 2024
1 parent a1fbe90 commit b7993e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/hackney.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@

-define(CONNECTIONS, hackney_connections).

-define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY"]).
-define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY"]).
-define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY", "all_proxy", "ALL_PROXY"]).
-define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY", "all_proxy", "ALL_PROXY"]).

0 comments on commit b7993e8

Please sign in to comment.