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

Method curl_cookie

include/curl_cookie.h:49–49  ·  view source on GitHub ↗

* This constructor allow you to specify a curl_easy object. */

Source from the content-addressed store, hash-verified

47 * This constructor allow you to specify a curl_easy object.
48 */
49 explicit curl_cookie(curl_easy &easy) : easy(easy) {}
50 /**
51 * This method allow you to set the cookie file from where to read initial cookies.
52 * If you pass an empty string or a string containing a non existing file's path,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected