proxy_config 0.0.2

A library to get proxy configuration from the OS.
Documentation
  • Coverage
  • 13.33%
    2 out of 15 items documented0 out of 3 items with examples
  • Size
  • Source code size: 34.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 32s Average build duration of successful builds.
  • all releases: 32s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mattico/proxy-config
    4 6 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mattico

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.