|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <cstdint>#include <map>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::internal::ws_handshake_result |
| Result of a WebSocket handshake operation. More... | |
| class | kcenon::network::internal::websocket_handshake |
| Implements WebSocket HTTP/1.1 upgrade handshake (RFC 6455). More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |