feat(client): implement HttpMessage for HTTP/1.1

This commit is contained in:
Marko Lalic
2015-05-25 21:51:10 +02:00
parent 289fd02b55
commit ecb713f849
2 changed files with 244 additions and 0 deletions

View File

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