header.d: add a header file example

Closes #10455
This commit is contained in:
Daniel Stenberg 2023-02-09 14:23:14 +01:00
parent 3de3ea6a64
commit 458b85be27
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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
---