Thread P generic through all

This commit is contained in:
Carl Lerche
2017-08-25 23:45:15 -04:00
parent 88a7d56a60
commit 9bb34d907a
16 changed files with 368 additions and 291 deletions

View File

@@ -8,7 +8,7 @@ extern crate io_dump;
extern crate env_logger;
use h2::*;
use h2::client::Client;
use h2::client::{Client, Body};
use http::*;
use futures::*;