diff --git a/src/lib.rs b/src/lib.rs index 24b08674..0df5ff3a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,6 +9,8 @@ create hyper::Body for everything Support extracting headers, perhaps via `headers::Header`? +Body to bytes extractor + Implement `FromRequest` for more functions, with macro Tests