JavaScript HSM API Dinamo
    Preparing search index...

    Enumeration PIX_HTTP_FLAGS

    Flags for HTTP network operations in the ` PIX ` (PIXPost, PIXPut, PIXGet, and PIXDelete). These flags are consistent with those in the C `libclient` library (`dinamo.h`).

    Index
    PIX_VERIFY_HOST_NAME: 1

    Explicitly enables hostname verification during the TLS handshake (default behavior in Node.js).

    PIX_BASIC_HTTP_HEADER: 2

    Accepts only basic HTTP headers. Maintained for compatibility with the C API; in this library, headers are fully controlled by the caller.

    PIX_GZIP: 4

    Requests a gzip-compressed response (sends " Accept-Encoding: gzip " and automatically decompresses the response).