libwebsockets
Lightweight C library for HTML5 websockets
lws_ext_options Struct Reference

#include <lws-ws-ext.h>

Data Fields

const char * name
 
enum lws_ext_options_types type
 

Detailed Description

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

Field Documentation

◆ name

const char* lws_ext_options::name

Option name, eg, "server_no_context_takeover"

◆ type

enum lws_ext_options_types lws_ext_options::type

What kind of args the option can take


The documentation for this struct was generated from the following file: