1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-20 12:45:41 +02:00

remove unused actix_http::h1::OneRequest (#1853)

This commit is contained in:
fakeshadow
2020-12-26 20:46:36 +08:00
committed by GitHub
parent b373e1370d
commit 1032f04ded
2 changed files with 7 additions and 107 deletions

View File

@@ -17,7 +17,7 @@ pub use self::codec::Codec;
pub use self::dispatcher::Dispatcher;
pub use self::expect::ExpectHandler;
pub use self::payload::Payload;
pub use self::service::{H1Service, H1ServiceHandler, OneRequest};
pub use self::service::{H1Service, H1ServiceHandler};
pub use self::upgrade::UpgradeHandler;
pub use self::utils::SendResponse;