| 84 | |
| 85 | // Add headers |
| 86 | struct curl_slist *headers = NULL; |
| 87 | headers = curl_slist_append(headers, "Content-Type: application/json"); |
| 88 | curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers); |
| 89 |
nothing calls this directly
no outgoing calls
no test coverage detected