LLVM 19.0.0git
Classes | Functions | Variables
HTTPClient.cpp File Reference

This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses. More...

#include "llvm/Debuginfod/HTTPClient.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"

Go to the source code of this file.

Classes

class  HTTPClientCleanup
 

Functions

bool operator== (const HTTPRequest &A, const HTTPRequest &B)
 

Variables

static const HTTPClientCleanup Cleanup
 

Detailed Description

This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses.

Definition in file HTTPClient.cpp.

Function Documentation

◆ operator==()

bool operator== ( const HTTPRequest A,
const HTTPRequest B 
)

Definition at line 29 of file HTTPClient.cpp.

References A, and B.

Referenced by llvm::ConstantRange::operator!=(), and llvm::BitTracker::RegisterCell::operator!=().

Variable Documentation

◆ Cleanup

const HTTPClientCleanup Cleanup
static