class HTTPServerRequest
Declaration
class HTTPServerRequest { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Debuginfod/HTTPServer.h:37
Member Variables
- public std::string UrlPath
- public SmallVector<std::string, 1> UrlPathMatches
- The elements correspond to match groups in the url path matching regex.
Method Overview
- public void setResponse(llvm::StreamingHTTPResponse Response)
- public void setResponse(llvm::HTTPResponse Response)
Methods
¶void setResponse(
llvm::StreamingHTTPResponse Response)
void setResponse(
llvm::StreamingHTTPResponse Response)
Declared at: llvm/include/llvm/Debuginfod/HTTPServer.h:54
Parameters
- llvm::StreamingHTTPResponse Response
¶void setResponse(llvm::HTTPResponse Response)
void setResponse(llvm::HTTPResponse Response)
Declared at: llvm/include/llvm/Debuginfod/HTTPServer.h:55
Parameters
- llvm::HTTPResponse Response