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

Method set_file

src/curl_cookie.cpp:22–24  ·  view source on GitHub ↗

Implementation of set_cookie_file method.

Source from the content-addressed store, hash-verified

20
21 // Implementation of set_cookie_file method.
22 void curl_cookie::set_file(const string& file = "") {
23 this->easy.add<CURLOPT_COOKIEFILE>(file.c_str());
24 }
25
26 // Implementation of set_cookie_list method.
27 void curl_cookie::set(curl::cookie &cookie) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected