LLVM
15.0.0git
|
Go to the source code of this file.
Classes | |
struct | llvm::HTTPRequest |
A stateless description of an outbound HTTP request. More... | |
class | llvm::HTTPResponseHandler |
A handler for state updates occurring while an HTTPRequest is performed. More... | |
class | llvm::HTTPClient |
A reusable client that can perform HTTPRequests through a network socket. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum | llvm::HTTPMethod { llvm::HTTPMethod::GET } |
Functions | |
bool | llvm::operator== (const HTTPRequest &A, const HTTPRequest &B) |
This file contains the declarations of the HTTPClient library for issuing HTTP requests and handling the responses.
Definition in file HTTPClient.h.