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

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

Generated using TypeDoc