1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

updated Connector docs and renamed service() to finish() (#757)

* added Connector to actix-web::client namespace

* updated Connector, renaming service() to finish() and adding docs

* added doc for finish method on Connector
This commit is contained in:
Darin
2019-04-05 14:34:27 -04:00
committed by Nikolay Kim
parent b6dacaa23a
commit 18593d8476
4 changed files with 20 additions and 9 deletions

View File

@ -189,7 +189,6 @@ pub mod client {
pub use awc::error::{
ConnectError, InvalidUrl, PayloadError, SendRequestError, WsClientError,
};
pub use awc::{
test, Client, ClientBuilder, ClientRequest, ClientResponse, Connector,
};
pub use awc::{test, Client, ClientBuilder, ClientRequest, ClientResponse,
Connector};
}