MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / curl_slist

Class curl_slist

src/common.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected