struct HTTPRequest
Declaration
struct HTTPRequest { /* full declaration omitted */ };
Description
A stateless description of an outbound HTTP request.
Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:28
Member Variables
- public SmallString<128> Url
- public llvm::HTTPMethod Method = HTTPMethod::GET
- public bool FollowRedirects = true
Method Overview
- public HTTPRequest(llvm::StringRef Url)
Methods
ΒΆHTTPRequest(llvm::StringRef Url)
HTTPRequest(llvm::StringRef Url)
Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:32
Parameters
- llvm::StringRef Url