Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setPostSize
Method
setPostSize
extensions/http-curl/client/HTTPClient.cpp:227–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void HTTPClient::setPostSize(size_t size) {
228
curl_easy_setopt(http_session_, CURLOPT_POSTFIELDSIZE, size);
229
}
230
231
void HTTPClient::setHeaders(struct curl_slist *list) {
232
headers_ = list;
Callers
1
sendPayload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected