LLVM 20.0.0git
|
A stateless description of an outbound HTTP request. More...
#include "llvm/Debuginfod/HTTPClient.h"
Public Member Functions | |
HTTPRequest (StringRef Url) | |
Public Attributes | |
SmallString< 128 > | Url |
SmallVector< std::string, 0 > | Headers |
HTTPMethod | Method = HTTPMethod::GET |
bool | FollowRedirects = true |
A stateless description of an outbound HTTP request.
Definition at line 30 of file HTTPClient.h.
HTTPRequest::HTTPRequest | ( | StringRef | Url | ) |
Definition at line 27 of file HTTPClient.cpp.
References llvm::SmallString< InternalLen >::str(), and Url.
Definition at line 34 of file HTTPClient.h.
SmallVector<std::string, 0> llvm::HTTPRequest::Headers |
Definition at line 32 of file HTTPClient.h.
HTTPMethod llvm::HTTPRequest::Method = HTTPMethod::GET |
Definition at line 33 of file HTTPClient.h.
SmallString<128> llvm::HTTPRequest::Url |
Definition at line 31 of file HTTPClient.h.
Referenced by HTTPRequest().