|
cwebs 0.2
WebSocket wire protocol.
|
Streaming parser for Web Socket wire protocol (in-bound). More...
#include <iwire.h>
Public Attributes | |
| void(* | new_message )(struct ws_iwire *) |
| void(* | end_message )(struct ws_iwire *) |
| void(* | new_fragment )(struct ws_iwire *, uint64) |
| void(* | end_fragment )(struct ws_iwire *) |
| void(* | accept_content )(struct ws_iwire *, const void *, uint64) |
| void * | baton |
| int | code |
| int | eval |
| int | last |
| int | usem |
| int | good |
| ws_iwire_state | state |
| uint8 | data [8] |
| uint64 | size |
| uint8 | mask [4] |
| uint64 | used |
| uint64 | pass |