pub fn url_encode_u8(c: u8, buffer: &mut Vec<u8>) -> Option<&[u8]>
Expand description

Encodes a part of a URL so it can be used in any part of a URL. Not to be confused if you want to escape a whole URL (e.g. the string http://example.org), use url_escape_u8 for that.