Searched refs:HTTPRequest (Results 1 – 3 of 3) sorted by relevance
28 struct HTTPRequest { struct33 HTTPRequest(StringRef Url); argument36 bool operator==(const HTTPRequest &A, const HTTPRequest &B);78 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 ==()104 Error HTTPClient::perform(const HTTPRequest &Request, in perform()151 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
256 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact()