1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

rename client io trait. reduce duplicate code (#2079)

This commit is contained in:
fakeshadow
2021-03-16 09:31:14 -07:00
committed by GitHub
parent 69dd1a9bd6
commit c8f6d37290
4 changed files with 26 additions and 75 deletions

View File

@ -14,7 +14,7 @@ pub use actix_tls::connect::{
Connect as TcpConnect, ConnectError as TcpConnectError, Connection as TcpConnection,
};
pub use self::connection::Connection;
pub use self::connection::{Connection, ConnectionIo};
pub use self::connector::Connector;
pub use self::error::{ConnectError, FreezeRequestError, InvalidUrl, SendRequestError};
pub use crate::Protocol;