pub unsafe extern "C" fn aws_uri_query_string(
uri: *const aws_uri
) -> *const aws_byte_cursor
Expand description
Returns the query string portion of the uri, minus the ‘?’. If not present, this value will be empty.
pub unsafe extern "C" fn aws_uri_query_string(
uri: *const aws_uri
) -> *const aws_byte_cursor
Returns the query string portion of the uri, minus the ‘?’. If not present, this value will be empty.