range test

This commit is contained in:
Martin Algesten
2018-06-22 10:07:29 +02:00
parent 6593eb67c5
commit 293733643c
2 changed files with 21 additions and 0 deletions

View File

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