Files
requests3/requests
Jason Grout 48fe34447d Implement per-host proxies
This change allows the proxy dict to be have entries of the form
{'<scheme>://<hostname>': '<proxy>'}.  Host-specific proxies will be used in
preference to the scheme-specific proxies (i.e., proxy dict entries with keys
like 'http' or 'https').

Fixes #2722
2015-08-24 21:16:35 +00:00
..
2015-05-03 15:16:07 +01:00
2015-08-24 21:16:35 +00:00
2015-02-24 09:44:51 -06:00
2015-05-15 10:13:06 -05:00
2014-08-24 19:46:46 -07:00