feat(http2): implement message API for HTTP/2

This commit is contained in:
Marko Lalic
2015-05-28 18:38:34 +02:00
parent 48e9ca2f70
commit f0fe2c5a83
3 changed files with 938 additions and 0 deletions

View File

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