Skip to main content

h3_send

Function h3_send 

Source
async fn h3_send(
    stream: &mut RequestStream<BidiStream<Bytes>, Bytes>,
    status: StatusCode,
    body: &[u8],
) -> Result<()>