1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

refactor awc::ClientBuilder (#2008)

This commit is contained in:
fakeshadow
2021-02-18 04:30:09 -08:00
committed by GitHub
parent 1838d9cd0f
commit 946cccaa1a
11 changed files with 91 additions and 73 deletions

View File

@ -10,6 +10,10 @@ mod h1proto;
mod h2proto;
mod pool;
pub use actix_tls::connect::{
Connect as TcpConnect, ConnectError as TcpConnectError, Connection as TcpConnection,
};
pub use self::connection::Connection;
pub use self::connector::Connector;
pub use self::error::{ConnectError, FreezeRequestError, InvalidUrl, SendRequestError};