mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
Update StreamBody doc link (#253)
This commit is contained in:
parent
1b5359add7
commit
52ccb1bf42
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pin_project! {
|
||||||
///
|
///
|
||||||
/// If purpose of this type is to be used in responses. If you want to
|
/// If purpose of this type is to be used in responses. If you want to
|
||||||
/// extract the request body as a stream consider using
|
/// extract the request body as a stream consider using
|
||||||
/// [`extract::BodyStream`].
|
/// [`BodyStream`](crate::extract::BodyStream).
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue