Wire in trailers (#34)

Add send and receive trailer support.
This commit is contained in:
Carl Lerche
2017-08-25 10:20:47 -07:00
committed by GitHub
parent c0433e8831
commit 11d5f95236
12 changed files with 365 additions and 25 deletions

View File

@@ -22,6 +22,7 @@ pub use self::http::{
status,
Request,
Response,
HeaderMap,
};
pub use self::h2::client::{self, Client};