separate out stream

This commit is contained in:
Martin Algesten
2018-06-30 13:47:37 +02:00
parent 3b249e0313
commit ff582b8c6f
7 changed files with 27 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
use agent::Stream;
use ascii::AsciiString;
use chunked_transfer;
use header::Header;
@@ -8,6 +7,7 @@ use std::io::ErrorKind;
use std::io::Read;
use std::io::Result as IoResult;
use std::str::FromStr;
use stream::Stream;
#[cfg(feature = "json")]
use serde_json;