|
libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Data Structures | |
| struct | lws_ssl_info |
| struct | lws_acme_cert_aging_args |
| struct | lws_filter_network_conn_args |
Macros | |
| #define | LWS_CB_REASON_AUX_BF__CGI 1 |
| #define | LWS_CB_REASON_AUX_BF__PROXY 2 |
| #define | LWS_CB_REASON_AUX_BF__CGI_CHUNK_END 4 |
| #define | LWS_CB_REASON_AUX_BF__CGI_HEADERS 8 |
| #define | LWS_CB_REASON_AUX_BF__PROXY_TRANS_END 16 |
| #define | LWS_CB_REASON_AUX_BF__PROXY_HEADERS 32 |
Typedefs | |
| typedef int | lws_callback_function(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) |