2019-10-30 04:43:14 -04:00
|
|
|
Long: etag-compare
|
|
|
|
Arg: <file>
|
|
|
|
Help: Pass an ETag from a file as a custom header
|
|
|
|
Protocols: HTTP
|
2019-12-02 05:22:32 -05:00
|
|
|
Added: 7.68.0
|
2020-07-13 08:15:04 -04:00
|
|
|
Category: http
|
2019-10-30 04:43:14 -04:00
|
|
|
---
|
2021-07-18 04:42:54 -04:00
|
|
|
This option makes a conditional HTTP request for the specific ETag read
|
|
|
|
from the given file by sending a custom If-None-Match header using the
|
|
|
|
stored ETag.
|
2019-10-30 04:43:14 -04:00
|
|
|
|
2021-07-18 04:42:54 -04:00
|
|
|
For correct results, make sure that the specified file contains only a
|
|
|
|
single line with the desired ETag. An empty file is parsed as an empty
|
|
|
|
ETag.
|
2019-10-30 04:43:14 -04:00
|
|
|
|
|
|
|
Use the option --etag-save to first save the ETag from a response, and
|
2021-07-18 04:42:54 -04:00
|
|
|
then use this option to compare against the saved ETag in a subsequent
|
|
|
|
request.
|