content length
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user