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

remove actix_http::client::pool::Protocol (#2061)

This commit is contained in:
fakeshadow
2021-03-09 17:31:50 -08:00
committed by GitHub
parent b62da7e86b
commit d0c1f1a84c
3 changed files with 10 additions and 39 deletions

View File

@ -17,7 +17,7 @@ pub use actix_tls::connect::{
pub use self::connection::Connection;
pub use self::connector::Connector;
pub use self::error::{ConnectError, FreezeRequestError, InvalidUrl, SendRequestError};
pub use self::pool::Protocol;
pub use crate::Protocol;
#[derive(Clone)]
pub struct Connect {