reuse agent

This commit is contained in:
Martin Algesten
2018-06-11 23:00:45 +02:00
parent 8bc8559c22
commit 2cb3d4f066
2 changed files with 29 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ use stream::Stream;
use url::Url;
use util::vecread::VecRead;
mod agent;
mod auth;
mod simple;
mod body_read;