Function toCanonicalHost

  • Canonicalizes an IP address into a consistent format. This will:

    • Remove leading 0s from IPv4 addresses and IPv6 addresses
    • Expand :: into 0s for IPv6 addresses
    • Extract IPv4 decimal notation from IPv4 mapped IPv6 addresses
    • Lowercase all hex characters in IPv6 addresses

    Parameters

    • host: string

    Returns Host

Generated using TypeDoc