mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-21 14:38:53 +01:00
parent
cb168b96fe
commit
e2dc6b3147
1 changed files with 0 additions and 8 deletions
|
@ -103,11 +103,6 @@ where
|
||||||
|
|
||||||
/// Extractor that extracts the request body as a [`Stream`].
|
/// Extractor that extracts the request body as a [`Stream`].
|
||||||
///
|
///
|
||||||
/// Note if your request body is [`body::Body`] you can extract that directly
|
|
||||||
/// and since it already implements [`Stream`] you don't need this type. The
|
|
||||||
/// purpose of this type is to extract other types of request bodies as a
|
|
||||||
/// [`Stream`].
|
|
||||||
///
|
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
|
@ -176,9 +171,6 @@ fn body_stream_traits() {
|
||||||
|
|
||||||
/// Extractor that extracts the raw request body.
|
/// Extractor that extracts the raw request body.
|
||||||
///
|
///
|
||||||
/// Note that [`body::Body`] can be extracted directly. This purpose of this
|
|
||||||
/// type is to extract other types of request bodies.
|
|
||||||
///
|
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
|
|
Loading…
Add table
Reference in a new issue