LLVM 23.0.0git
StreamedHTTPResponseHandler.h File Reference

An HTTPResponseHandler that streams the response body to a CachedFileStream. More...

#include "llvm/Support/Caching.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/HTTP/HTTPClient.h"
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

class  llvm::StreamedHTTPResponseHandler
 A handler which streams the returned data to a CachedFileStream. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Detailed Description

An HTTPResponseHandler that streams the response body to a CachedFileStream.

Definition in file StreamedHTTPResponseHandler.h.