Interface UWSAppOptions

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

Hierarchy

  • UWSAppOptions

Properties

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

This translates to SSL_MODE_RELEASE_BUFFERS

Generated using TypeDoc