1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-25 08:52:42 +01:00
actix-web/src/client/mod.rs

6 lines
136 B
Rust
Raw Normal View History

2018-01-28 07:03:03 +01:00
mod parser;
mod response;
pub use self::response::ClientResponse;
pub use self::parser::{HttpResponseParser, HttpResponseParserError};