Handler for requests to a certain HTTP path
Declared in <httpserver.h>
<httpserver.h>
using HTTPRequestHandler = std::function<void(HTTPRequest*, std::string const&)>;