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

Function HttpGet

be/src/testutil/http-util.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}; // struct HttpRequest
98
99Status HttpGet(const std::string& host, const int32_t& port, const std::string& url_path,
100 ostream* out, int expected_code = 200, const std::string& method = "GET") {
101 return HttpRequest{url_path, host, port}.Do(out, expected_code, method);
102
103}
104} // namespace impala

Callers 2

assertQueryStateFunction · 0.85
TESTFunction · 0.85

Calls 1

DoMethod · 0.80

Tested by 2

assertQueryStateFunction · 0.68
TESTFunction · 0.68