refactor(http): move h1 and h2 into http module

This commit is contained in:
Sean McArthur
2015-06-02 12:24:56 -07:00
parent 486a219bc8
commit 71ac65da5b
12 changed files with 351 additions and 350 deletions

View File

@@ -186,10 +186,6 @@ pub mod server;
pub mod status;
pub mod uri;
pub mod version;
pub mod message;
pub mod http11;
pub mod http2;
/// Re-exporting the mime crate, for convenience.
pub mod mime {