wrpc_interface_http

Function split_outgoing_http_body

source
pub fn split_outgoing_http_body<E>(
    body: impl Body<Data = Bytes, Error = E>,
) -> (impl Stream<Item = Bytes>, impl Future<Output = Option<Fields>>, impl Stream<Item = HttpBodyError<E>>)