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

Class curl_slist

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

Source from the content-addressed store, hash-verified

95 CURLCPP_DEFINE_INFO(CURLINFO_SSL_VERIFYRESULT,long);
96 // A list of OpenSSL crypto engines.
97 CURLCPP_DEFINE_INFO(CURLINFO_SSL_ENGINES,struct curl_slist *);
98 // Content length from the Content-Length header.
99 CURLCPP_DEFINE_INFO(CURLINFO_CONTENT_LENGTH_DOWNLOAD,long);
100 // Upload size.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected