|
LLVM 22.0.0git
|
This file contains the declarations of the HTTPClient library for issuing HTTP requests and handling the responses. More...
#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"#include <chrono>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 | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
| enum class | llvm::HTTPMethod { llvm::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.