X Tutup
uWebSockets.js v20.60.0 documentation
    Preparing search index...

    Interface AppOptions

    Options used when constructing an app. Especially for SSLApp. These are options passed directly to uSockets, C layer.

    Index

    Properties

    ca_file_name?: RecognizedString
    cert_file_name?: RecognizedString
    dh_params_file_name?: RecognizedString
    key_file_name?: RecognizedString
    passphrase?: RecognizedString
    ssl_ciphers?: RecognizedString
    ssl_prefer_low_memory_usage?: boolean

    This translates to SSL_MODE_RELEASE_BUFFERS

    X Tutup