Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
websocket_handshake.h File Reference
#include <cstdint>
#include <map>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for websocket_handshake.h:
This graph shows which files directly or indirectly include this file:

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