]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add "added: 7.68.0" to the --etag-* docs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Dec 2019 10:22:32 +0000 (11:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Dec 2019 10:22:32 +0000 (11:22 +0100)
docs/cmdline-opts/etag-compare.d
docs/cmdline-opts/etag-save.d

index 1c1364f43db928d62f2c7c76c63b13665116d650..1a698a8ffe1678c3ba7b8921defc753d5f0380bf 100644 (file)
@@ -2,6 +2,7 @@ Long: etag-compare
 Arg: <file>
 Help: Pass an ETag from a file as a custom header
 Protocols: HTTP
+Added: 7.68.0
 ---
 This option makes a conditional HTTP request for the specific
 ETag read from the given file by sending a custom If-None-Match
index fa0694d143ed03344d7ebb1b9851b7cc7047f772..214723ff516ab772f9c1681ef351bb9e7eef46be 100644 (file)
@@ -2,6 +2,7 @@ Long: etag-save
 Arg: <file>
 Help: Parse ETag from a request and save it to a file
 Protocols: HTTP
+Added: 7.68.0
 ---
 This option saves an HTTP ETag to the specified file. Etag is
 usually part of headers returned by a request. When server sends an