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

Writes the uri path encoding of a cursor to a buffer. This is the modified version of rfc3986 used by sigv4 signing.