libwebsockets
Lightweight C library for HTML5 websockets
lws_plugin_protocol Struct Reference

Data Fields

lws_plugin_header_t hdr
 
const struct lws_protocolsprotocols
 
const struct lws_extensionextensions
 
int count_protocols
 
int count_extensions
 

Field Documentation

◆ count_extensions

int lws_plugin_protocol::count_extensions

how many extensions

◆ count_protocols

int lws_plugin_protocol::count_protocols

how many protocols

◆ extensions

const struct lws_extension* lws_plugin_protocol::extensions

array of extensions provided by plugin

◆ protocols

const struct lws_protocols* lws_plugin_protocol::protocols

array of supported protocols provided by plugin


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