mirror of https://github.com/fafhrd91/actix-web
Update awc/src/lib.rs
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
39788a6a59
commit
bd89928ec0
|
@ -166,7 +166,7 @@ impl Client {
|
||||||
Client::default()
|
Client::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create a [ClientBuilder] to configure `Client`.
|
/// Create `Client` builder.
|
||||||
/// This function is equivalent of `ClientBuilder::new()`.
|
/// This function is equivalent of `ClientBuilder::new()`.
|
||||||
pub fn builder() -> ClientBuilder {
|
pub fn builder() -> ClientBuilder {
|
||||||
ClientBuilder::new()
|
ClientBuilder::new()
|
||||||
|
|
Loading…
Reference in New Issue