1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

add simple TestServer for integrational tests cases

This commit is contained in:
Nikolay Kim
2017-12-26 16:35:00 -08:00
parent e3b0f02794
commit f6510161b5
4 changed files with 176 additions and 51 deletions

View File

@@ -117,6 +117,7 @@ pub mod httpcodes;
pub mod multipart;
pub mod middlewares;
pub mod pred;
pub mod test;
pub mod payload;
pub use error::{Error, Result, ResponseError};
pub use body::{Body, Binary};