mirror of https://github.com/fafhrd91/actix-web
export Drain
This commit is contained in:
parent
67f33a4760
commit
171a23561e
|
@ -188,6 +188,7 @@ pub mod dev {
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
pub use body::BodyStream;
|
pub use body::BodyStream;
|
||||||
|
pub use context::Drain;
|
||||||
pub use info::ConnectionInfo;
|
pub use info::ConnectionInfo;
|
||||||
pub use handler::Handler;
|
pub use handler::Handler;
|
||||||
pub use json::JsonBody;
|
pub use json::JsonBody;
|
||||||
|
|
Loading…
Reference in New Issue