WebSocketHandshakeContext Struct Reference

Handshake context. More...

#include <web_socket.h>

Data Fields

uint_t version
 
uint_t statusCode
 
bool_t upgradeWebSocket
 
bool_t connectionUpgrade
 
bool_t connectionClose
 
size_t contentLength
 
char_t clientKey [WEB_SOCKET_CLIENT_KEY_SIZE+1]
 
char_t serverKey [WEB_SOCKET_SERVER_KEY_SIZE+1]
 
bool_t closingFrameSent
 
bool_t closingFrameReceived
 

Detailed Description

Handshake context.

Definition at line 379 of file web_socket.h.

Field Documentation

◆ clientKey

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

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: