html component used for the user to define a has algorithm
Definition disconnected_page.hpp:45
void set_redirect(bool mode)
wether to redirect to the uri with trimmed path
Definition disconnected_page.hpp:57
virtual answer give_answer(const request &req) override
inherited from responder
Definition disconnected_page.cpp:69
virtual void prefix_has_changed() override
inherited from responder
Definition disconnected_page.cpp:88
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