revert docstring back because ClientBuilder don't use system proxy. (#556)
This commit is contained in:
committed by
Sean McArthur
parent
577d06c363
commit
24809dc23c
@@ -416,8 +416,7 @@ impl Client {
|
||||
|
||||
/// Creates a `ClientBuilder` to configure a `Client`.
|
||||
///
|
||||
/// This builder will use system proxy setting, you can use
|
||||
/// `reqwest::Client::builder().no_proxy()` to disable it.
|
||||
/// This is the same as `ClientBuilder::new()`.
|
||||
pub fn builder() -> ClientBuilder {
|
||||
ClientBuilder::new()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user