client/http_client.rs: new helper class

This commit is contained in:
Dietmar Maurer
2019-01-17 11:29:38 +01:00
parent 264f52cf70
commit 597641fdd5
2 changed files with 66 additions and 0 deletions

View File

@ -59,5 +59,6 @@ pub mod api3;
pub mod client {
pub mod http_client;
pub mod catar_backup_stream;
}