MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_httppost

Class curl_httppost

include/curl_easy.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233 /* This points to a linked list of post-entries, struct curl_httppost */
234 CURLCPP_DEFINE_OPTION(CURLOPT_HTTPPOST, const struct curl_httppost*);
235
236 /* name of the file keeping your private SSL-certificate */
237 CURLCPP_DEFINE_OPTION(CURLOPT_SSLCERT, const char*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected