responds a error message to the user as defined by auxiliary methods
Definition: error_page.hpp:48
virtual void prefix_has_changed() override
hook for inherited class, when the body builder object had its prefix changed
Definition: error_page.cpp:123
answer give_answer(const request &req) override
inherited from responder
Definition: error_page.cpp:112
html page root component
Definition: html_page.hpp:45
class html_text manage text and header in html document
Definition: html_text.hpp:52
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45
pure virtual class, base class for all classes that can generate an answer to a request
Definition: responder.hpp:46