mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-28 01:52:57 +01:00
added Connector to actix-web::client namespace (#756)
This commit is contained in:
parent
a655bdac52
commit
162cd3eecd
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user