mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 05:41:50 +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…
x
Reference in New Issue
Block a user