1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 16:40:21 +02:00

add client TestResponse

This commit is contained in:
Nikolay Kim
2019-03-26 21:54:57 -07:00
parent 5703bd8160
commit d49a8ba53b
4 changed files with 206 additions and 35 deletions

View File

@@ -12,6 +12,7 @@ mod builder;
mod connect;
mod request;
mod response;
pub mod test;
pub use self::builder::ClientBuilder;
pub use self::request::ClientRequest;