1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-31 11:49:55 +02:00

more todos

This commit is contained in:
David Pedersen 2021-05-30 11:27:26 +02:00
parent f08b73f7b2
commit 10b38b5421

View file

@ -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