mirror of
https://github.com/curl/curl.git
synced 2026-08-11 08:51:09 +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
|
|
@ -48,6 +48,7 @@ struct per_transfer {
|
|||
struct ProgressData progressbar;
|
||||
struct OutStruct outs;
|
||||
struct OutStruct heads;
|
||||
struct OutStruct etag_save;
|
||||
struct InStruct input;
|
||||
struct HdrCbData hdrcbdata;
|
||||
char errorbuffer[CURL_ERROR_SIZE];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue