refactor(body): separate body, payload, and chunk into their own internal mods

This commit is contained in:
Sean McArthur
2018-06-01 11:22:16 -07:00
parent 52e1700607
commit 789c2231f3
5 changed files with 149 additions and 139 deletions

View File

@@ -57,7 +57,6 @@ mod common;
#[cfg(test)]
mod mock;
pub mod body;
mod chunk;
pub mod client;
pub mod error;
mod headers;