| 77 | |
| 78 | |
| 79 | void destroy() { |
| 80 | curl_global_cleanup(); |
| 81 | // Don't destroy OpenSSL because it's not designed to be reinitialized. |
| 82 | // OPENSSL_cleanup(); |
| 83 | } |
| 84 | |
| 85 | |
| 86 | json_t* requestJson(Method method, const std::string& url, json_t* dataJ, const CookieMap& cookies) { |
nothing calls this directly
no outgoing calls
no test coverage detected