LLVM: llvm::HTTPResponseHandler Class Reference (original) (raw)
A handler for state updates occurring while an HTTPRequest is performed. More...
#include "[llvm/Debuginfod/HTTPClient.h](HTTPClient%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual Error | handleBodyChunk (StringRef BodyChunk)=0 |
| Processes an additional chunk of bytes of the HTTP response body. |
| Protected Member Functions |
|---|
A handler for state updates occurring while an HTTPRequest is performed.
Can trigger the client to abort the request by returning an Error from any of its methods.
Definition at line 43 of file HTTPClient.h.
| HTTPResponseHandler::~HTTPResponseHandler ( ) | protecteddefault |
|---|
◆ handleBodyChunk()
| virtual Error llvm::HTTPResponseHandler::handleBodyChunk ( StringRef BodyChunk) | pure virtual |
|---|
Processes an additional chunk of bytes of the HTTP response body.
The documentation for this class was generated from the following files:
- include/llvm/Debuginfod/HTTPClient.h
- lib/Debuginfod/HTTPClient.cpp