Fake Mirrors
    Preparing search index...

    Interface CurlHttpClientConfig

    Configuration for a Curl http-client.

    interface CurlHttpClientConfig {
        HTTP_CLIENT_VERBOSE: boolean;
        [key: string]: string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean
    HTTP_CLIENT_VERBOSE: boolean

    Whether to enable verbose logging.