Document socks proxy in lib. (#793)
This commit is contained in:
committed by
Sean McArthur
parent
76ca042faf
commit
4c1290fc2a
@@ -141,6 +141,12 @@
|
|||||||
//! i.e. `let proxy = reqwest::Proxy::http("https://secure.example")?;`
|
//! i.e. `let proxy = reqwest::Proxy::http("https://secure.example")?;`
|
||||||
//! or disabled by calling `ClientBuilder::no_proxy()`.
|
//! or disabled by calling `ClientBuilder::no_proxy()`.
|
||||||
//!
|
//!
|
||||||
|
//! `socks` feature is required if you have configured socks proxy like this:
|
||||||
|
//!
|
||||||
|
//! ```bash
|
||||||
|
//! export https_proxy=socks5://127.0.0.1:1086
|
||||||
|
//! ```
|
||||||
|
//!
|
||||||
//! ## TLS
|
//! ## TLS
|
||||||
//!
|
//!
|
||||||
//! By default, a `Client` will make use of system-native transport layer
|
//! By default, a `Client` will make use of system-native transport layer
|
||||||
|
|||||||
Reference in New Issue
Block a user