REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
websockets::ParsedHandshakeParams Struct Reference
Collaboration diagram for websockets::ParsedHandshakeParams:

Public Attributes | |
std::string | head |
std::map< std::string, std::string > | headers |
Detailed Description
Definition at line 16 of file server.cpp.
Member Data Documentation
◆ head
std::string websockets::ParsedHandshakeParams::head |
Definition at line 17 of file server.cpp.
Referenced by websockets::recvHandshakeRequest().
◆ headers
std::map<std::string, std::string> websockets::ParsedHandshakeParams::headers |
Definition at line 18 of file server.cpp.
Referenced by websockets::recvHandshakeRequest().
The documentation for this struct was generated from the following file:
- lib/core/src/websockets/server.cpp