MCPcopy Create free account
hub / github.com/apache/impala / FetchURL

Method FetchURL

be/src/kudu/util/curl_util.cc:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144Status EasyCurl::FetchURL(const string& url, faststring* dst,
145 const vector<string>& headers) {
146 return DoRequest(url, nullptr, dst, headers);
147}
148
149Status EasyCurl::FetchURL(const vector<string>& urls, faststring* dst,
150 const vector<string>& headers) {

Callers 5

LoadKeysFromUrlMethod · 0.80
JWTHelperForTokenMethod · 0.80
TESTFunction · 0.80
FetchMethod · 0.80
LoadKeysFromUrlMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64