|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Protocol tag for WebSocket transport. More...
#include <protocol_tags.h>

Static Public Attributes | |
| static constexpr std::string_view | name {"websocket"} |
| static constexpr bool | is_connection_oriented = true |
| static constexpr bool | is_reliable = true |
Protocol tag for WebSocket transport.
Represents the WebSocket protocol, providing full-duplex communication channels over a single TCP connection with HTTP upgrade handshake.
Definition at line 79 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 81 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 82 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 80 of file protocol_tags.h.