header: see-also --proxy-header and vice versa

Closes #19259
This commit is contained in:
Daniel Stenberg 2025-10-27 16:40:52 +01:00
parent 05eea37e78
commit 73811b4c51
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Multi: append
See-also:
- user-agent
- referer
- proxy-header
Example:
- -H "X-First-Name: Joe" $URL
- -H "User-Agent: yes-please/2000" $URL

View file

@ -10,6 +10,7 @@ Category: proxy
Multi: append
See-also:
- proxy
- header
Example:
- --proxy-header "X-First-Name: Joe" -x http://proxy $URL
- --proxy-header "User-Agent: surprise" -x http://proxy $URL