From: Daniel Stenberg Date: Thu, 9 Feb 2023 13:23:14 +0000 (+0100) Subject: header.d: add a header file example X-Git-Tag: curl-7_88_0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458b85be277c7af1e344542c0a71d4a55975e349;p=thirdparty%2Fcurl.git header.d: add a header file example Closes #10455 --- diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d index 8e2103dbb3..2a95c52a9c 100644 --- a/docs/cmdline-opts/header.d +++ b/docs/cmdline-opts/header.d @@ -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 ---