Searched refs:HTTPRequest (Results 1 – 3 of 3) sorted by relevance
30 struct HTTPRequest { struct35 HTTPRequest(StringRef Url); argument38 bool operator==(const HTTPRequest &A, const HTTPRequest &B);80 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest() function in HTTPRequest29 bool operator==(const HTTPRequest &A, const HTTPRequest &B) { in operator ==()106 Error HTTPClient::perform(const HTTPRequest &Request, in perform()153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact()