]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
header: see-also --proxy-header and vice versa
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Oct 2025 15:40:52 +0000 (16:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Oct 2025 16:24:18 +0000 (17:24 +0100)
Closes #19259

docs/cmdline-opts/header.md
docs/cmdline-opts/proxy-header.md

index 66816aac538b3c00978b8f27f78022ba00754b30..7af86aba1833a405e4b9d3d812adb53dfb3850da 100644 (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
index 3edf6c9a90e5cabd01d505822ea42d89072b62c0..459eb462f683cc74667509baa05635b776e79fa9 100644 (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