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

@@ -54,8 +54,8 @@ pub mod pool;
pub mod request;
pub mod response;
use message::Protocol;
use http11::Http11Protocol;
use http::Protocol;
use http::h1::Http11Protocol;
/// A Client to use additional features with Requests.
///