feat(client): add HttpMessage trait

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

View File

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