mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:07:16 +03:00
docs: add "added: 7.68.0" to the --etag-* docs
This commit is contained in:
parent
d9118e8d71
commit
d4a1862719
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue