node-libcurl

    Interface MultiOption

    interface MultiOption {
        CHUNK_LENGTH_PENALTY_SIZE: "CHUNK_LENGTH_PENALTY_SIZE";
        CONTENT_LENGTH_PENALTY_SIZE: "CONTENT_LENGTH_PENALTY_SIZE";
        MAX_CONCURRENT_STREAMS: "MAX_CONCURRENT_STREAMS";
        MAX_HOST_CONNECTIONS: "MAX_HOST_CONNECTIONS";
        MAX_PIPELINE_LENGTH: "MAX_PIPELINE_LENGTH";
        MAX_TOTAL_CONNECTIONS: "MAX_TOTAL_CONNECTIONS";
        MAXCONNECTS: "MAXCONNECTS";
        NETWORK_CHANGED: "NETWORK_CHANGED";
        PUSHFUNCTION: "PUSHFUNCTION";
    }
    Index

    Properties

    CHUNK_LENGTH_PENALTY_SIZE: "CHUNK_LENGTH_PENALTY_SIZE"
    CONTENT_LENGTH_PENALTY_SIZE: "CONTENT_LENGTH_PENALTY_SIZE"
    MAX_CONCURRENT_STREAMS: "MAX_CONCURRENT_STREAMS"

    Max concurrent streams for http2.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_MAX_CONCURRENT_STREAMS.html

    MAX_HOST_CONNECTIONS: "MAX_HOST_CONNECTIONS"

    Max number of connections to a single host.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_MAX_HOST_CONNECTIONS.html

    MAX_PIPELINE_LENGTH: "MAX_PIPELINE_LENGTH"

    deprecated.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_MAX_PIPELINE_LENGTH.html

    MAX_TOTAL_CONNECTIONS: "MAX_TOTAL_CONNECTIONS"

    Max simultaneously open connections.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_MAX_TOTAL_CONNECTIONS.html

    MAXCONNECTS: "MAXCONNECTS"

    Size of connection cache.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_MAXCONNECTS.html

    NETWORK_CHANGED: "NETWORK_CHANGED"

    Signal that the network has changed.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_NETWORK_CHANGED.html

    PUSHFUNCTION: "PUSHFUNCTION"

    Callback that approves or denies server pushes.

    Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html

    MMNEPVFCICPMFPCPTTAAATR