pub unsafe extern "C" fn aws_uri_authority(
    uri: *const aws_uri
) -> *const aws_byte_cursor
Expand description

Returns the authority portion of the uri (host[:port]). If it was not present, this was a request uri. In that case, the value will be empty.