Function splitHostPort

  • SplitHostPort splits a network address of the form "host:port", "host%zone:port", "[host]:port" or "[host%zone]:port" into host or host%zone and port.

    A literal IPv6 address in hostport must be enclosed in square brackets, as in "[::1]:80", "[::1%lo0]:80".

    Parameters

    • hostport: string

    Returns [string, string]

Generated using TypeDoc