LLVM: llvm::HTTPServerRequest Class Reference (original) (raw)
#include "[llvm/Debuginfod/HTTPServer.h](HTTPServer%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| std::string | UrlPath |
| SmallVector< std::string, 1 > | UrlPathMatches |
| The elements correspond to match groups in the url path matching regex. |
Definition at line 47 of file HTTPServer.h.
◆ setResponse() [1/2]
| void HTTPServerRequest::setResponse | ( | HTTPResponse | Response | ) |
|---|
◆ setResponse() [2/2]
◆ UrlPath
std::string llvm::HTTPServerRequest::UrlPath
◆ UrlPathMatches
SmallVector<std::string, 1> llvm::HTTPServerRequest::UrlPathMatches
The elements correspond to match groups in the url path matching regex.
Definition at line 60 of file HTTPServer.h.
The documentation for this class was generated from the following files:
- include/llvm/Debuginfod/HTTPServer.h
- lib/Debuginfod/HTTPServer.cpp