Callable that handles an inbound HTTPServerRequest.

Synopsis

Declared in <llvm/HTTP/HTTPServer.h>

typedef std::function<void(HTTPServerRequest&)> HTTPRequestHandler;

Created with MrDocs