1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-30 12:00:38 +00: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};
}