Stores the information sent by the client on initialize. More...
#include <WebServerControl.h>
Public Attributes | |
| std::string | name | 
| Client name.  More... | |
| std::string | host | 
| Client host.  More... | |
| std::string | user | 
| Client user.  More... | |
| nlohmann::json | data | 
| Raw data.  More... | |
Stores the information sent by the client on initialize.
Definition at line 274 of file WebServerControl.h.
| nlohmann::json WebServerControl::ClientInfo::data | 
Raw data.
Definition at line 283 of file WebServerControl.h.
Referenced by WebServerControl::addServerActionsInternal().
| std::string WebServerControl::ClientInfo::host | 
Client host.
Definition at line 279 of file WebServerControl.h.
| std::string WebServerControl::ClientInfo::name | 
Client name.
Definition at line 277 of file WebServerControl.h.
| std::string WebServerControl::ClientInfo::user | 
Client user.
Definition at line 281 of file WebServerControl.h.
 1.8.14