* This constructor allow you to specify a curl_easy object. */
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected