LLVM 22.0.0git
HTTPClient.cpp File Reference

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

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

Variable Documentation

◆ Cleanup