https://mooseframework.inl.gov
Public Attributes | List of all members
WebServerControl::ClientInfo Struct Reference

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...
 

Detailed Description

Stores the information sent by the client on initialize.

Definition at line 274 of file WebServerControl.h.

Member Data Documentation

◆ data

nlohmann::json WebServerControl::ClientInfo::data

Raw data.

Definition at line 283 of file WebServerControl.h.

Referenced by WebServerControl::addServerActionsInternal().

◆ host

std::string WebServerControl::ClientInfo::host

Client host.

Definition at line 279 of file WebServerControl.h.

◆ name

std::string WebServerControl::ClientInfo::name

Client name.

Definition at line 277 of file WebServerControl.h.

◆ user

std::string WebServerControl::ClientInfo::user

Client user.

Definition at line 281 of file WebServerControl.h.


The documentation for this struct was generated from the following file: