|
libwebsockets
Lightweight C library for HTML5 websockets
|
Data Fields | |
| uint32_t | s |
| struct { | |
| uint32_t | first:1 |
| uint32_t | closing:1 |
| uint32_t | void_element:1 |
| uint32_t | doctype:1 |
| uint32_t | inq:1 |
| uint32_t | tag_used:1 |
| uint32_t | arg:1 |
| uint32_t | default_css:1 |
| uint32_t | integer:2 |
| uint32_t | color:2 |
| } | f |
Definition at line 570 of file lws-html.h.