refactor to body

This commit is contained in:
Martin Algesten
2018-06-30 14:11:54 +02:00
parent 0e4c326caf
commit 54558fbb26
6 changed files with 102 additions and 166 deletions

View File

@@ -107,6 +107,7 @@ extern crate native_tls;
extern crate serde_json;
mod agent;
mod body;
mod conn;
mod error;
mod header;