Return true if two HTTP requests describe the same outbound request.

Synopsis

Declared in <llvm/HTTP/HTTPClient.h>

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

Return Value

True if the requests describe the same outbound request.

Parameters

Name

Description

A

First request to compare.

B

Second request to compare.

Created with MrDocs