mirror of
https://github.com/curl/curl.git
synced 2026-08-04 18:06:17 +03:00
curl: two new command line options for etags
--etag-compare and --etag-save Suggested-by: Paul Hoffman Fixes #4277 Closes #4543
This commit is contained in:
parent
1ff63fa69b
commit
18e5cb77e9
15 changed files with 390 additions and 3 deletions
|
|
@ -131,6 +131,10 @@ static const struct helptxt helptext[] = {
|
|||
"EGD socket path for random data"},
|
||||
{" --engine <name>",
|
||||
"Crypto engine to use"},
|
||||
{" --etag-save <file>",
|
||||
"Get an ETag from response header and save it to a FILE"},
|
||||
{" --etag-compare <file>",
|
||||
"Get an ETag from a file and send a conditional request"},
|
||||
{" --expect100-timeout <seconds>",
|
||||
"How long to wait for 100-continue"},
|
||||
{"-f, --fail",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue