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

Method setUseChunkedEncoding

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

Source from the content-addressed store, hash-verified

243}
244
245void HTTPClient::setUseChunkedEncoding() {
246 headers_ = curl_slist_append(headers_, "Transfer-Encoding: chunked");
247}
248
249bool HTTPClient::submit() {
250 if (IsNullOrEmpty(url_))

Callers 3

createTransactionMethod · 0.80
onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected