Function puff_rs::web::server::body_bytes

source ·
pub fn body_bytes<B>(chunks: B) -> Bodywhere
    B: Into<Bytes> + 'static,