mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
etag-save.md: mention how using both options is a good idea
Ref: https://curl.se/mail/archive-2025-04/0011.html Closes #17217
This commit is contained in:
parent
89f5d45a33
commit
cf1b709dff
1 changed files with 5 additions and 0 deletions
|
|
@ -21,5 +21,10 @@ usually returned in a response. Use this option with a single URL only.
|
|||
|
||||
If no ETag is sent by the server, an empty file is created.
|
||||
|
||||
In many situations you want to use an existing etag in the request to avoid
|
||||
downloading the same resource again but also save the new etag if it has
|
||||
indeed changed, by using both etag options --etag-save and --etag-compare with
|
||||
the same filename, in the same command line.
|
||||
|
||||
Starting in curl 8.12.0, using the --create-dirs option can also create
|
||||
missing directory components for the path provided in --etag-save.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue