1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

http crate removed, cargo fmt

This commit is contained in:
Ali Shirvani
2018-11-28 09:42:04 +03:30
parent 397804a786
commit 4028f6f6fd
5 changed files with 70 additions and 76 deletions

View File

@ -13,4 +13,4 @@ pub use self::connection::Connection;
pub use self::connector::Connector;
pub use self::error::{ConnectorError, InvalidUrlKind, SendRequestError};
pub use self::request::{ClientRequest, ClientRequestBuilder};
pub use self::response::ClientResponse;
pub use self::response::ClientResponse;