docs(body): add more docs for Body and Payload

This commit is contained in:
Sean McArthur
2018-04-24 16:30:38 -07:00
parent ad74f7a3e0
commit 2cd46664d5
2 changed files with 36 additions and 8 deletions

View File

@@ -49,8 +49,7 @@ pub use http::{
pub use client::Client;
pub use error::{Result, Error};
pub use body::{Body};
pub use chunk::Chunk;
pub use body::{Body, Chunk};
pub use server::Server;
mod common;