[#HTTPRequestHandler] = HTTPRequestHandler :mrdocs: Handler for requests to a certain HTTP path == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using HTTPRequestHandler = std::function<void(xref:HTTPRequest.adoc[HTTPRequest]*, std::string const&)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#