1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-25 08:22:43 +01:00
actix-extras/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};