WebSocketHandshakeContext Struct Reference
Handshake context. More...
#include <web_socket.h>
Detailed Description
Handshake context.
Definition at line 379 of file web_socket.h.
Field Documentation
◆ clientKey
| char_t clientKey[WEB_SOCKET_CLIENT_KEY_SIZE+1] |
Definition at line 387 of file web_socket.h.
◆ closingFrameReceived
| bool_t closingFrameReceived |
Definition at line 390 of file web_socket.h.
◆ closingFrameSent
| bool_t closingFrameSent |
Definition at line 389 of file web_socket.h.
◆ connectionClose
| bool_t connectionClose |
Definition at line 385 of file web_socket.h.
◆ connectionUpgrade
| bool_t connectionUpgrade |
Definition at line 384 of file web_socket.h.
◆ contentLength
| size_t contentLength |
Definition at line 386 of file web_socket.h.
◆ serverKey
| char_t serverKey[WEB_SOCKET_SERVER_KEY_SIZE+1] |
Definition at line 388 of file web_socket.h.
◆ statusCode
| uint_t statusCode |
Definition at line 382 of file web_socket.h.
◆ upgradeWebSocket
| bool_t upgradeWebSocket |
Definition at line 383 of file web_socket.h.
◆ version
| uint_t version |
Definition at line 381 of file web_socket.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/web_socket/web_socket.h
