[][src]Trait izanami_http::body::HttpBodyExt

pub trait HttpBodyExt: HttpBody {
    fn into_buf_stream(self) -> IntoBufStream<Self>
    where
        Self: Sized
, { ... } }

An extension trait for adding some adaptor methods to HttpBodys.

Provided methods

fn into_buf_stream(self) -> IntoBufStream<Self> where
    Self: Sized

Lift this body into a BufStream.

Loading content...

Implementors

impl<T: HttpBody> HttpBodyExt for T[src]

fn into_buf_stream(self) -> IntoBufStream<Self> where
    Self: Sized
[src]

Loading content...