pub fn http_percent_encode(
    f: &mut Formatter<'_>,
    bytes: &[u8]
) -> Result<(), Error>
Expand description

Percent encode a sequence of bytes with a character set defined in https://tools.ietf.org/html/rfc5987#section-3.2