|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
Utility class for WebSocket handshakes. More...
#include <WebSocket.hpp>
Static Public Member Functions | |
| static std::string | generate_accept_key (const std::string &client_key) |
| Generates the Sec-WebSocket-Accept key for the WebSocket handshake. | |
Utility class for WebSocket handshakes.
|
inlinestatic |
Generates the Sec-WebSocket-Accept key for the WebSocket handshake.
| client_key | The base64-encoded Sec-WebSocket-Key from the client request. |