Fake Mirrors
    Preparing search index...

    Interface HttpUrl

    Parsed URL components.

    interface HttpUrl {
        hash: string;
        hostname: string;
        pathname: string;
        port: string;
        protocol: string;
        search: string;
    }

    Properties

    hash: string
    hostname: string
    pathname: string
    port: string
    protocol: string
    search: string