libwebsockets
Lightweight C library for HTML5 websockets
lws_ext_option_arg Struct Reference

#include <lws-ws-ext.h>

Data Fields

const char * option_name
 
int option_index
 
const char * start
 
int len
 

Detailed Description

Field Documentation

◆ len

int lws_ext_option_arg::len

length of value

◆ option_index

int lws_ext_option_arg::option_index

argument ordinal to use if option_name missing

◆ option_name

const char* lws_ext_option_arg::option_name

may be NULL, option_index used then

◆ start

const char* lws_ext_option_arg::start

value


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