History log of /curl/docs/examples/http-options.c (Results 1 – 2 of 2)
Revision Date Author Comments
# f540e43b 27-Feb-2024 Daniel Stenberg

examples: use present tense in comments

remove "will" and some other word fixes

Closes #13003


# 4e6a07e1 17-Jun-2023 Daniel Stenberg

examples/http-options: show how to send "OPTIONS *"

With CURLOPT_REQUEST_TARGET.

Also add use of CURLOPT_QUICK_EXIT to show.

Closes #11333