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

Method setInterface

extensions/http-curl/client/HTTPClient.cpp:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void HTTPClient::setInterface(const std::string &ifc) {
434 curl_easy_setopt(http_session_, CURLOPT_INTERFACE, ifc.c_str());
435}
436
437} // namespace utils
438} // namespace minifi

Callers 1

create_http_clientMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected