Node CrowdSec Client
    Preparing search index...

    Interface IHTTPOptions

    interface IHTTPOptions {
        strictSSL?: boolean;
        timeout?: number;
        url: string;
        userAgent?: string;
    }

    Hierarchy (View Summary)

    Index
    strictSSL?: boolean
    timeout?: number
    url: string
    userAgent?: string