Skip to main content

encode_header

Function encode_header 

Source
pub fn encode_header(
    name: &str,
    value: &str,
    out: &mut [u8],
    len: usize,
) -> Result<usize, Error>
Expand description

Append a header to out, returning the new length.