Extension specific settings: More...
#include <minimal_server.hpp>
Public Types | |
typedef core::request_type | request_type |
Static Public Attributes | |
static const bool | allow_disabling_context_takeover = true |
If the remote endpoint requests that we reset the compression context after each message should we honor the request? More... | |
static const uint8_t | minimum_outgoing_window_bits = 8 |
If the remote endpoint requests that we reduce the size of the LZ77 sliding window size this is the lowest value that will be allowed. More... | |
Extension specific settings:
permessage_compress extension
Definition at line 275 of file minimal_server.hpp.
typedef core::request_type websocketpp::config::minimal_server::permessage_deflate_config::request_type |
Definition at line 276 of file minimal_server.hpp.
|
static |
If the remote endpoint requests that we reset the compression context after each message should we honor the request?
Definition at line 280 of file minimal_server.hpp.
|
static |
If the remote endpoint requests that we reduce the size of the LZ77 sliding window size this is the lowest value that will be allowed.
Values range from 8 to 15. A value of 8 means we will allow any possible window size. A value of 15 means do not allow negotiation of the window size (ie require the default).
Definition at line 287 of file minimal_server.hpp.