libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-ws-ext.h>
Data Fields | |
const char * | name |
enum lws_ext_options_types | type |
struct lws_ext_options - Option arguments to the extension. These are used in the negotiation at ws upgrade time. The helper function lws_ext_parse_options() uses these to generate callbacks
const char* lws_ext_options::name |
Option name, eg, "server_no_context_takeover"
enum lws_ext_options_types lws_ext_options::type |
What kind of args the option can take