mirror of
https://github.com/actix/actix-web.git
synced 2025-01-04 22:38:44 +00:00
added Connector to actix-web::client namespace (#756)
This commit is contained in:
parent
a655bdac52
commit
162cd3eecd
1 changed files with 2 additions and 1 deletions
|
@ -189,5 +189,6 @@ pub mod client {
|
||||||
pub use awc::error::{
|
pub use awc::error::{
|
||||||
ConnectError, InvalidUrl, PayloadError, SendRequestError, WsClientError,
|
ConnectError, InvalidUrl, PayloadError, SendRequestError, WsClientError,
|
||||||
};
|
};
|
||||||
pub use awc::{test, Client, ClientBuilder, ClientRequest, ClientResponse};
|
pub use awc::{test, Client, ClientBuilder, ClientRequest, ClientResponse,
|
||||||
|
Connector};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue