mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Re-export more body utilities (#162)
Useful when implementing `IntoResponse`
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user