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

Methods

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()

Declared at: llvm/include/llvm/Debuginfod/HTTPClient.h:46