Parse scheme://host[:port][/path] into its components, defaulting the port to 443 for a TLS scheme (https/wss) and 80 otherwise. An absent path becomes "/". Tolerates a missing scheme (treated as non-TLS). See HttpEndpoint.
Parse scheme://host[:port][/path] into its components, defaulting the port to 443 for a TLS scheme (https/wss) and 80 otherwise. An absent path becomes "/". Tolerates a missing scheme (treated as non-TLS). See HttpEndpoint.