Crate proxyvars
Source - NoProxy
- A NoProxy matcher
- 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’.