refactor(lib): rename http_types to http
This commit is contained in:
		| @@ -22,7 +22,7 @@ extern crate bytes; | ||||
| #[macro_use] extern crate futures; | ||||
| extern crate futures_cpupool; | ||||
| #[cfg(feature = "compat")] | ||||
| extern crate http as http_types; | ||||
| extern crate http; | ||||
| extern crate httparse; | ||||
| extern crate language_tags; | ||||
| #[macro_use] extern crate log; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user