Crate proxyvars

Source

Structs§

NoProxy
A NoProxy matcher

Functions§

http
Fetches the environment variable HTTP_PROXY or ‘http_proxy’. Empty strings are ignored and return None.
https
Fetches the environment variable HTTPS_PROXY or ‘https_proxy’. Empty strings are ignored and return None.
no_proxy
Fetches and parse the environment variable NO_PROXY or ‘no_proxy’.