1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

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

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};
}