Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
void HTTPClient::setUseChunkedEncoding() {
246
headers_ = curl_slist_append(headers_,
"Transfer-Encoding: chunked"
);
247
}
248
249
bool HTTPClient::submit() {
250
if (IsNullOrEmpty(url_))
Callers
3
createTransaction
Method · 0.80
openConnectionForSending
Method · 0.80
onTrigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected