WebSocket++
0.8.3-dev
C++ websocket client/server library
|
The constant size component of a WebSocket frame header. More...
#include <frame.hpp>
Public Member Functions | |
basic_header (uint8_t p0, uint8_t p1) | |
basic_header (opcode::value op, uint64_t size, bool fin, bool mask, bool rsv1=false, bool rsv2=false, bool rsv3=false) | |
Public Attributes | |
uint8_t | b0 |
uint8_t | b1 |