MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getURL

Method getURL

extensions/http-curl/client/HTTPClient.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166 std::string getURL() const {
167 return url_;
168 }
169
170 const std::vector<std::string> &getHeaders() override {
171 return header_response_.getHeaderLines();

Callers 2

forceCloseMethod · 0.45
createTransactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected