feat(lib): implement compatibility with http crate
This commit is contained in:
		
							
								
								
									
										7
									
								
								src/server/compat.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								src/server/compat.rs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| //! Wrappers to build compatibility with the `http` crate. | ||||
|  | ||||
| pub use super::compat_impl::{ | ||||
|     CompatFuture, | ||||
|     CompatService, | ||||
|     NewCompatService | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user