RESTinio
|
#include <restinio/exception.hpp>
#include <restinio/websocket/message.hpp>
#include <restinio/utils/impl/bitops.hpp>
#include <cstdint>
#include <vector>
#include <list>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | restinio::websocket::basic::impl::message_details_t |
Websocket message class with more detailed protocol information. More... | |
struct | restinio::websocket::basic::impl::expected_data_t |
Data with expected size. More... | |
class | restinio::websocket::basic::impl::ws_parser_t |
Websocket parser. More... | |
Namespaces | |
namespace | restinio |
namespace | restinio::websocket |
namespace | restinio::websocket::basic |
namespace | restinio::websocket::basic::impl |
Typedefs | |
using | restinio::websocket::basic::byte_t = unsigned char |
Alias for byte. | |
using | restinio::websocket::basic::raw_data_t = std::string |
Bytes buffer. | |