class HTTPResponseHandler
Declaration
class HTTPResponseHandler { /* full declaration omitted */ };
Description
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.
Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:40
Method Overview
- public virtual llvm::Error handleBodyChunk(llvm::StringRef BodyChunk)
- protected ~HTTPResponseHandler()
Methods
¶virtual llvm::Error handleBodyChunk(
llvm::StringRef BodyChunk)
virtual llvm::Error handleBodyChunk(
llvm::StringRef BodyChunk)
Description
Processes an additional chunk of bytes of the HTTP response body.
Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:43
Parameters
- llvm::StringRef BodyChunk
¶~HTTPResponseHandler()
~HTTPResponseHandler()
Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:46