query string test

This commit is contained in:
Martin Algesten
2018-06-17 00:25:40 +02:00
parent 6b63aab605
commit 9514bd2743
8 changed files with 76 additions and 41 deletions

View File

@@ -12,6 +12,7 @@ mod agent_test;
mod auth;
mod body_read;
mod body_send;
mod query_string;
mod simple;
type RequestHandler = Fn(&Request, &Url) -> Result<Stream, Error> + Send + 'static;