proxy_config

Crates.ioproxy_config
lib.rsproxy_config
version0.0.2
sourcesrc
created_at2017-08-16 22:09:57.380041
updated_at2017-08-16 22:13:51.773244
descriptionA library to get proxy configuration from the OS.
homepage
repositoryhttps://github.com/mattico/proxy-config
max_upload_size
id27788
size30,998
Matt Ickstadt (mattico)

documentation

https://docs.rs/proxy_config

README

proxy-config

Appveyor Build status Travis Build Status Crates.io Documentation

A Rust library to get proxy configuration from the OS.

Usage

extern crate proxy_config;

if let Ok(proxy) = proxy_config::get_proxy_for_url(&url) {
    // use proxy to connect...
}

License

This project is provided under the terms of the Apache License 2.0 or the MIT License, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 20

cargo fmt