Callable that handles an inbound HTTPServerRequest.
Synopsis
Declared in <llvm/HTTP/HTTPServer.h>
typedef std::function<void(HTTPServerRequest&)> HTTPRequestHandler;
Created with MrDocs
Callable that handles an inbound HTTPServerRequest.
Declared in <llvm/HTTP/HTTPServer.h>
typedef std::function<void(HTTPServerRequest&)> HTTPRequestHandler;
Created with MrDocs