cosmpy.aerial.urls¶
Parsing the URL.
Protocol Objects¶
Protocol Enum.
Arguments:
Enum
: Enum
ParsedUrl Objects¶
Parse URL.
Returns:
Parsed URL
host_
and_
port¶
Get the host and port of the url.
Returns:
host and port
rest_
url¶
Get the rest url.
Returns:
rest url
parse_
url¶
Initialize.
Arguments:
url
: url
Raises:
RuntimeError
: If url scheme is unsupported
Returns:
Parsed URL