Trait conduit_test::ResponseExt[][src]

pub trait ResponseExt {
    fn into_cow(self) -> Cow<'static, [u8]>;
}

Required methods

Implementations on Foreign Types

Convert the request into a copy-on-write body

Blocking

This function may block if the value is a Body::File.

Panics

This function panics if there is an error reading a Body::File.

Implementors