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

Method appendHeader

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

Source from the content-addressed store, hash-verified

233}
234
235void HTTPClient::appendHeader(const std::string &new_header) {
236 headers_ = curl_slist_append(headers_, new_header.c_str());
237}
238
239void HTTPClient::appendHeader(const std::string &key, const std::string &value) {
240 std::stringstream new_header;

Callers 8

createTransactionMethod · 0.80
getPeerListMethod · 0.80
closeTransactionMethod · 0.80
sendPayloadMethod · 0.80
onTriggerMethod · 0.80
initialize_clientMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by 1

initialize_clientMethod · 0.64