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

Namespaces

namespace  internals
 

Classes

struct  ParsedHandshakeParams
 

Functions

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

Function Documentation

◆ doestStartsWith()

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

Definition at line 98 of file client.cpp.

◆ GetCloseReason()

FLASHMEM CloseReason websockets::GetCloseReason ( uint16_t reasonCode)

Definition at line 7 of file endpoint.cpp.

◆ isCaseInsensetiveEqual()

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

Definition at line 83 of file client.cpp.

◆ isWhitespace()

FLASHMEM bool websockets::isWhitespace ( char ch)

Definition at line 80 of file client.cpp.

◆ recvHandshakeRequest()

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