refactor(http): delete some indirection around Http1Transaction::parse
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user