Re-export more body utilities (#162)

Useful when implementing `IntoResponse`
This commit is contained in:
David Pedersen
2021-08-08 16:41:17 +02:00
committed by GitHub
parent b4bdddf9d2
commit b75b7b0184
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ where
/// # Example
///
/// ```
/// use axum::{prelude::*, extract::NestedUri, http::Uri};
/// use axum::{prelude::*, routing::nest, extract::NestedUri, http::Uri};
///
/// let api_routes = route(
/// "/users",