node-libcurl
    Preparing search index...

    Enumeration CurlWsOptions

    WebSocket options flags

    These flags are used with the WS_OPTIONS curl option.

    Index

    Enumeration Members

    Enumeration Members

    NoAutoPong: 2

    Tells libcurl to not automatically respond to PING frames with PONG.

    RawMode: 1

    Passes on the data from the network without parsing it, leaving that entirely to the application. This mode is intended for applications that already have a WebSocket parser/engine.