MCPcopy 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
227void HTTPClient::setPostSize(size_t size) {
228 curl_easy_setopt(http_session_, CURLOPT_POSTFIELDSIZE, size);
229}
230
231void HTTPClient::setHeaders(struct curl_slist *list) {
232 headers_ = list;

Callers 1

sendPayloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected