More docs

This commit is contained in:
David Pedersen
2021-06-07 16:28:40 +02:00
parent d8b0153939
commit d376e49eb9
6 changed files with 65 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
//! Async functions that can be used to handle requests.
use crate::{
body::{Body, BoxBody},
extract::FromRequest,