mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Merge actix-http project
This commit is contained in:
11
actix-http/src/client/mod.rs
Normal file
11
actix-http/src/client/mod.rs
Normal file
@ -0,0 +1,11 @@
|
||||
//! Http client api
|
||||
mod connection;
|
||||
mod connector;
|
||||
mod error;
|
||||
mod h1proto;
|
||||
mod h2proto;
|
||||
mod pool;
|
||||
|
||||
pub use self::connection::Connection;
|
||||
pub use self::connector::Connector;
|
||||
pub use self::error::{ConnectError, InvalidUrl, SendRequestError};
|
Reference in New Issue
Block a user