Trait ResponseExt
Source pub trait ResponseExt {
// Required method
fn into_cow(self) -> Cow<'static, [u8]>;
}
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.