libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Data Structures | |
struct | lws_cgi_args |
Enumerations | |
enum | lws_enum_stdinouterr { LWS_STDIN = 0 , LWS_STDOUT = 1 , LWS_STDERR = 2 } |
enum | lws_cgi_hdr_state { LCHS_HEADER , LCHS_CR1 , LCHS_LF1 , LCHS_CR2 , LCHS_LF2 , LHCS_RESPONSE , LHCS_DUMP_HEADERS , LHCS_PAYLOAD , LCHS_SINGLE_0A } |
struct lws_cgi_args |
Data Fields | ||
---|---|---|
struct lws ** | stdwsi |
get fd with lws_get_socket_fd() |
enum lws_enum_stdinouterr | ch |
channel index |
unsigned char * | data |
for messages with payload |
enum lws_cgi_hdr_state | hdr_state |
track where we are in cgi headers |
int | len |
length |
enum lws_enum_stdinouterr |
enum lws_cgi_hdr_state |