Add AsyncReadBody (#1072)

* Add `AsyncReadBody`

* changelog

* sort cargo.toml
This commit is contained in:
David Pedersen
2022-06-08 11:02:42 +02:00
committed by GitHub
parent 115a47b191
commit 73b1bafbf8
5 changed files with 116 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(test, allow(clippy::float_cmp))]
pub mod body;
pub mod extract;
pub mod response;
pub mod routing;