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

Method reload

src/curl_cookie.cpp:54–56  ·  view source on GitHub ↗

Implementation of reload method.

Source from the content-addressed store, hash-verified

52
53 // Implementation of reload method.
54 void curl_cookie::reload() {
55 this->easy.add<CURLOPT_COOKIELIST>("RELOAD");
56 }
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected