libwebsockets
Lightweight C library for HTML5 websockets
lws_extension Struct Reference

#include <lws-ws-ext.h>

Data Fields

const char * name
 
lws_extension_callback_functioncallback
 
const char * client_offer
 

Detailed Description

struct lws_extension - An extension we support

Field Documentation

◆ callback

lws_extension_callback_function* lws_extension::callback

Service callback

◆ client_offer

const char* lws_extension::client_offer

String containing exts and options client offers

◆ name

const char* lws_extension::name

Formal extension name, eg, "permessage-deflate"


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