|
RESTinio
|
#include <restinio/exception.hpp>#include <restinio/websocket/impl/utf8.hpp>#include <restinio/websocket/impl/ws_parser.hpp>Go to the source code of this file.
Classes | |
| struct | restinio::websocket::basic::impl::unmasker_t |
| class | restinio::websocket::basic::impl::ws_protocol_validator_t |
| Class for websocket protocol validations. More... | |
Namespaces | |
| namespace | restinio |
| namespace | restinio::websocket |
| namespace | restinio::websocket::basic |
| namespace | restinio::websocket::basic::impl |
Functions | |
| const char * | restinio::websocket::basic::impl::validation_state_str (validation_state_t state) |
| Helper function for logging validation states. | |
| bool | restinio::websocket::basic::impl::is_control_frame (opcode_t opcode) |
| Check frame is control frame. | |
| bool | restinio::websocket::basic::impl::is_data_frame (opcode_t opcode) |
| Check frame is data frame. | |