REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
websockets Namespace Reference

Namespaces

namespace  internals
 

Classes

struct  ParsedHandshakeParams
 

Functions

bool isWhitespace (char ch)
 
bool isCaseInsensetiveEqual (const std::string lhs, const std::string rhs)
 
bool doestStartsWith (std::string str, std::string prefix)
 
CloseReason GetCloseReason (uint16_t reasonCode)
 
ParsedHandshakeParams recvHandshakeRequest (network::TcpClient &client)
 

Function Documentation

◆ doestStartsWith()

bool websockets::doestStartsWith ( std::string str,
std::string prefix )

Definition at line 98 of file client.cpp.

◆ GetCloseReason()

CloseReason websockets::GetCloseReason ( uint16_t reasonCode)

Definition at line 7 of file endpoint.cpp.

◆ isCaseInsensetiveEqual()

bool websockets::isCaseInsensetiveEqual ( const std::string lhs,
const std::string rhs )

Definition at line 83 of file client.cpp.

◆ isWhitespace()

bool websockets::isWhitespace ( char ch)

Definition at line 80 of file client.cpp.

◆ recvHandshakeRequest()

ParsedHandshakeParams websockets::recvHandshakeRequest ( network::TcpClient & client)