Registry / networking / env-proxy

env-proxy

JSON →
library0.4.1rscratesunverified

Determination of proxy parameters for a URL from the environment.

# Cargo.toml [dependencies] env_proxy = "0.4.1"
INSTALL
IMPORT
SIG · ENV-PROXY
E
env-proxy
networkingrustv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

for_url
use env_proxy::for_url;

Gets the proxy settings for a given URL from environment variables.

use env_proxy::for_url; let url = url::Url::parse("http://example.com").unwrap(); let proxy = for_url(&url);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources