Home
last modified time | relevance | path

Searched refs:postthis (Results 1 – 3 of 3) sorted by relevance

/curl/docs/examples/
H A Dsimplepost.c37 static const char *postthis = "moo mooo moo moo"; in main() local
42 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()
45 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()
H A Dpostinmemory.c64 static const char *postthis = "Field=1&Field=2&Field=3"; in main() local
84 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis); in main()
87 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(postthis)); in main()
/curl/docs/cmdline-opts/
H A Dnext.md17 - $URL --next -d postthis www2.example.com
33 curl www1.example.com --next -d postthis www2.example.com

Completed in 5 milliseconds