added Connector to actix-web::client namespace (#756)

This commit is contained in:
Darin 2019-04-05 10:37:00 -04:00 committed by Nikolay Kim
parent a655bdac52
commit 162cd3eecd
1 changed files with 2 additions and 1 deletions

View File

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