mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
make this example not only replace an internal header but also add a totally
new and non-standard one
This commit is contained in:
parent
2f9038bf62
commit
79a91b8168
@ -21,6 +21,7 @@ int main(void)
|
|||||||
struct curl_slist *chunk = NULL;
|
struct curl_slist *chunk = NULL;
|
||||||
|
|
||||||
chunk = curl_slist_append(chunk, "Accept: moo");
|
chunk = curl_slist_append(chunk, "Accept: moo");
|
||||||
|
chunk = curl_slist_append(chunk, "Another: yes");
|
||||||
|
|
||||||
/* request with the built-in Accept: */
|
/* request with the built-in Accept: */
|
||||||
curl_easy_setopt(curl, CURLOPT_URL, "localhost");
|
curl_easy_setopt(curl, CURLOPT_URL, "localhost");
|
||||||
|
Loading…
Reference in New Issue
Block a user