mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
More docs
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
//! Routing between [`Service`]s.
|
||||
|
||||
use crate::{body::BoxBody, response::IntoResponse, ResultExt};
|
||||
use bytes::Bytes;
|
||||
use futures_util::{future, ready};
|
||||
@@ -465,7 +467,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
/// Nest a group of routes (or [`Service`]) at some path.
|
||||
/// Nest a group of routes (or a [`Service`]) at some path.
|
||||
///
|
||||
/// This allows you to break your application into smaller pieces and compose
|
||||
/// them together. This will strip the matching prefix from the URL so the
|
||||
|
||||
Reference in New Issue
Block a user