1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

[awc] change client::Connect to be public (#2690)

This commit is contained in:
Joel Wurtz
2023-02-09 10:32:04 +01:00
committed by GitHub
parent 359d5d5c80
commit bf1f169be2
2 changed files with 4 additions and 2 deletions

View File

@ -139,7 +139,7 @@ pub mod http {
}
pub use self::builder::ClientBuilder;
pub use self::client::{Client, Connector};
pub use self::client::{Client, Connect, Connector};
pub use self::connect::{BoxConnectorService, BoxedSocket, ConnectRequest, ConnectResponse};
pub use self::frozen::{FrozenClientRequest, FrozenSendBuilder};
pub use self::request::ClientRequest;