content length

This commit is contained in:
Martin Algesten
2018-06-16 12:35:51 +02:00
parent 0d9d5d3096
commit 7e3ad42674
5 changed files with 64 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ use std::io::Cursor;
mod agent_test;
mod auth;
mod body_read;
mod body_send;
mod simple;
type RequestHandler = Fn(&Request, &Url) -> Result<Stream, Error> + Send + 'static;