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

Method erase_session

src/curl_cookie.cpp:49–51  ·  view source on GitHub ↗

Implementation of erase_session method.

Source from the content-addressed store, hash-verified

47
48 // Implementation of erase_session method.
49 void curl_cookie::erase_session() {
50 this->easy.add<CURLOPT_COOKIELIST>("SESS");
51 }
52
53 // Implementation of reload method.
54 void curl_cookie::reload() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected