refactor(http): delete some indirection around Http1Transaction::parse

This commit is contained in:
Yazad Daruvala
2017-05-10 23:52:45 -07:00
parent 09fe9e6a80
commit 2f0470bcf3
3 changed files with 17 additions and 24 deletions

View File

@@ -1,8 +1,6 @@
pub use self::decode::Decoder;
pub use self::encode::Encoder;
pub use self::parse::parse;
mod decode;
mod encode;
pub mod parse;