Handler for requests to a certain HTTP path

Synopsis

Declared in <httpserver.h>

using HTTPRequestHandler = std::function<void(HTTPRequest*, std::string const&)>;

Created with MrDocs