pub unsafe extern "C" fn aws_uri_path_and_query(
uri: *const aws_uri
) -> *const aws_byte_cursor
Expand description
Returns the path and query portion of the uri (i.e., the thing you send across the wire).
pub unsafe extern "C" fn aws_uri_path_and_query(
uri: *const aws_uri
) -> *const aws_byte_cursor
Returns the path and query portion of the uri (i.e., the thing you send across the wire).