Interface HTTPListenerReq

interface HTTPListenerReq {
    ACME: boolean;
    Cert: Buffer;
    Domain: string;
    EnforceOTP: boolean;
    Host: string;
    Key: Buffer;
    LongPollJitter: string;
    LongPollTimeout: string;
    Port: number;
    RandomizeJARM: boolean;
    Secure: boolean;
    Website: string;
}

Properties

ACME: boolean
Cert: Buffer
Domain: string
EnforceOTP: boolean
Host: string
Key: Buffer
LongPollJitter: string
LongPollTimeout: string
Port: number
RandomizeJARM: boolean

Only valid with Secure = true

Secure: boolean

Enable HTTPS

Website: string