mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +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
|
|
@ -156,6 +156,8 @@ struct OperationConfig {
|
|||
char *pubkey;
|
||||
char *hostpubmd5;
|
||||
char *engine;
|
||||
char *etag_save_file;
|
||||
char *etag_compare_file;
|
||||
bool crlf;
|
||||
char *customrequest;
|
||||
char *krblevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue