1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-02-19 11:39:53 +01:00

Update StreamBody doc link ()

This commit is contained in:
bear 2021-08-24 13:58:35 +08:00 committed by GitHub
parent 1b5359add7
commit 52ccb1bf42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ pin_project! {
///
/// 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::BodyStream`].
/// [`BodyStream`](crate::extract::BodyStream).
///
/// # Example
///