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

Returns the port portion of the authority if it was present, otherwise, returns 0. If this is 0, it is the users job to determine the correct port based on scheme and protocol.