libwebsockets
Lightweight C library for HTML5 websockets
|
Data Fields | |
char * | p |
int | len |
int | max_len |
int | final |
int | chunked |
int lws_process_html_args::chunked |
0 == unchunked, 1 == produce chunk headers (incompatible with HTTP/2)
int lws_process_html_args::final |
set if this is the last chunk of the file
int lws_process_html_args::len |
length of the original data at p
int lws_process_html_args::max_len |
maximum length we can grow the data to
char* lws_process_html_args::p |
pointer to the buffer containing the data