21 std::map<std::string, std::string> params;
32 std::string accept_language;
33 std::string accept_encoding;
34 std::string user_agent;
structure that contains all input and output parameters of a http request
bool authentication_given
authentication_given is true when the user has entered a username and password.
std::string request
this is the complete request received by the server
std::string status
status: used to transmit server's error status, such as
std::string answer
set this member to the html page to be returned
std::string password
password of authentification
std::string username
user name of authentification
std::string auth_realm
auth_realm: allows to set the basic realm for an authentication, no need to additionally set status i...