Interface XHRConfiguration

interface XHRConfiguration {
    debug?: XHRDebugLevel;
    hostname: string;
    port?: string;
    secure?: boolean;
}

Properties

hostname: string
port?: string
secure?: boolean