mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
0ba8c44260
This adds support for lowercase environment proxy variables (which are quite popular too). It returns proxies in a format compatible with request's proxy parameter. Moreover, it can be used in the request models for proxy defaults. Signed-off-by: Rohan Jain <crodjer@gmail.com>