auth headers

This commit is contained in:
Martin Algesten
2018-06-11 22:44:32 +02:00
parent ea6c4b1f3b
commit 9852960bd7
4 changed files with 35 additions and 19 deletions

View File

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