summaryrefslogtreecommitdiff
path: root/docs/examples/http-options.c
AgeCommit message (Collapse)Author
2024-02-27examples: use present tense in commentsDaniel Stenberg
remove "will" and some other word fixes Closes #13003
2023-06-18examples/http-options: show how to send "OPTIONS *"Daniel Stenberg
With CURLOPT_REQUEST_TARGET. Also add use of CURLOPT_QUICK_EXIT to show. Closes #11333