move connect calls to stream

This commit is contained in:
Martin Algesten
2018-06-14 14:38:00 +02:00
parent ef6f8c6259
commit 7177a99d1f
5 changed files with 85 additions and 86 deletions

View File

@@ -16,7 +16,6 @@ extern crate url;
mod agent;
mod error;
mod header;
mod stream;
mod util;
#[cfg(test)]