]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
header.d: add a header file example
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 13:23:14 +0000 (14:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 14:45:19 +0000 (15:45 +0100)
Closes #10455

docs/cmdline-opts/header.d

index 8e2103dbb3c6770bfbab98efd13e392717e66f1f..2a95c52a9cca2a4eb1552ed084166f4594419c11 100644 (file)
@@ -10,6 +10,7 @@ See-also: user-agent referer
 Example: -H "X-First-Name: Joe" $URL
 Example: -H "User-Agent: yes-please/2000" $URL
 Example: -H "Host:" $URL
+Example: -H @headers.txt $URL
 Added: 5.0
 Multi: append
 ---