LLVM 20.0.0git
|
A handler for state updates occurring while an HTTPRequest is performed. More...
#include "llvm/Debuginfod/HTTPClient.h"
Public Member Functions | |
virtual Error | handleBodyChunk (StringRef BodyChunk)=0 |
Processes an additional chunk of bytes of the HTTP response body. | |
Protected Member Functions | |
~HTTPResponseHandler () | |
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.
|
protecteddefault |
Processes an additional chunk of bytes of the HTTP response body.