pub unsafe extern "C" fn aws_byte_buf_append_encoding_uri_param(
    buffer: *mut aws_byte_buf,
    cursor: *const aws_byte_cursor
) -> c_int
Expand description

Writes the uri query param encoding (passthrough alnum + ‘-’ ‘_’ ‘~’ ‘.’) of a UTF-8 cursor to a buffer For example, reading “a b_c” would write “a%20b_c”.