env_proxy
Determination of proxy parameters for a URL from the environment.
See the documentation for API reference.
Getting Started
Add the following to the [dependencies]
section of your Cargo.toml
:
= "0.3"
Also, import the crate in your crate root:
extern crate env_proxy;
Example
use Url;
let url = parse.unwrap;
if let Some = for_url.host_port
License
This program is distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your option.
See LICENSE-APACHE and LICENSE-MIT.