/third_party/curl/tests/data/ |
D | test345 | 34 Both --etag-compare and -save store new Etag using one pre-existing file 36 <file name="%LOGDIR/etag%TESTNUMBER"> 40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/eta… 55 <file name="%LOGDIR/etag%TESTNUMBER">
|
D | test344 | 34 Both --etag-compare and -save store new Etag using non-existing file 37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/eta… 52 <file name="%LOGDIR/etag%TESTNUMBER">
|
D | test343 | 34 Both --etag-compare and --etag-save to save new Etag 36 <file name="%LOGDIR/etag%TESTNUMBER"> 40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/out…
|
D | test342 | 34 Check if --etag-compare set correct etag in header 36 <file name="%LOGDIR/etag%TESTNUMBER"> 40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER
|
D | test339 | 39 Check if --etag-save saved correct etag to a file 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER 56 <file name="%LOGDIR/etag%TESTNUMBER">
|
D | test1566 | 6 --etag-compare 32 --etag-compare that gets a 304 back shouldn't overwrite the file 35 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/output%TESTNUMBER --etag-compare %LOGDIR/etag%TESTN… 37 <file name="%LOGDIR/etag%TESTNUMBER">
|
D | test370 | 6 etag 22 --etag-save with bad path - no transfer 25 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER
|
D | test369 | 6 etag 29 --etag-save with bad path then working transfer 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER --next http://%HOS…
|
D | test347 | 39 --etag-save with blank incoming header 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER 56 <file name="%LOGDIR/etag%TESTNUMBER">
|
D | test341 | 39 Try to open a non existing file with --etag-compare should return an error 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER
|
D | test421 | 26 etag: W/"2678f9ab2ba550d164e7cc014aefd31e" 75 "etag":["W/\"2678f9ab2ba550d164e7cc014aefd31e\""],
|
D | test1670 | 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%header{etag} %header{nope} %header{DATE}\n' -o %LOGDIR/%T…
|
D | test1702 | 68 etag: "21025-dc7-39462498"
|
D | test1701 | 72 etag: "21025-dc7-39462498"
|
D | test1671 | 64 "etag":["\"21025-dc7-39462498\""],
|
D | test2500 | 65 etag: "21025-dc7-39462498"
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
D | index.js | 534 if (this._resHeaders.etag) { 536 ? `${headers['if-none-match']}, ${this._resHeaders.etag}` 537 : this._resHeaders.etag; 555 .filter(etag => { 602 response.headers.etag && 609 this._resHeaders.etag && 610 this._resHeaders.etag.replace(/^\s*W\//, '') === 611 response.headers.etag; 612 } else if (this._resHeaders.etag && response.headers.etag) { 617 this._resHeaders.etag.replace(/^\s*W\//, '') === [all …]
|
/third_party/libcoap/examples/ |
D | coap-rd.c | 73 unsigned char etag[8]; /**< ETag for current description */ member 155 coap_add_option(response, COAP_OPTION_ETAG, rd->etag_len, rd->etag); in hnd_get_resource() 171 coap_opt_t *token, *etag; in hnd_put_resource() 184 etag = coap_check_option(request, COAP_OPTION_ETAG, &opt_iter); in hnd_put_resource() 185 if (!etag || (COAP_OPT_LENGTH(etag) != rd->etag_len) in hnd_put_resource() 186 || memcmp(COAP_OPT_VALUE(etag), rd->etag, rd->etag_len) != 0) { in hnd_put_resource() 204 if (etag) { in hnd_put_resource() 205 rd->etag_len = min(COAP_OPT_LENGTH(etag), sizeof(rd->etag)); in hnd_put_resource() 206 memcpy(rd->etag, COAP_OPT_VALUE(etag), rd->etag_len); in hnd_put_resource() 355 coap_opt_t *etag; in make_rd() local [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | etag-compare.d | 3 Long: etag-compare 9 Example: --etag-compare etag.txt $URL 10 See-also: etag-save time-cond 21 Use the option --etag-save to first save the ETag from a response, and
|
D | etag-save.d | 3 Long: etag-save 9 Example: --etag-save storetag.txt $URL 10 See-also: etag-compare
|
/third_party/libwebsockets/READMEs/ |
D | README.unix-domain-reverse-proxy.md | 57 etag|Information on any etag the client has cached for this URI 58 if-modified-since|Information on the freshness of any etag the client has cached for this URI 66 - return 301 etc to say the return path client's etag is still valid 77 etag|The canonical etag for the content at this URI
|
/third_party/node/test/parallel/ |
D | test-http-incoming-matchKnownFields.js | 42 checkDest('Etag', { etag: undefined }); property 43 checkDest('etag', { etag: 'test' }, 'value'); property
|
/third_party/libcoap/src/ |
D | coap_block.c | 280 coap_key_t etag; in coap_add_data_blocked_response() local 305 memset(etag, 0, sizeof(etag)); in coap_add_data_blocked_response() 306 coap_hash(data, length, etag); in coap_add_data_blocked_response() 307 coap_insert_option(response, COAP_OPTION_ETAG, sizeof(etag), etag); in coap_add_data_blocked_response() 598 uint64_t etag, in coap_add_data_large_internal() argument 865 lg_xmit->b.b2.etag = etag; in coap_add_data_large_internal() 880 if (etag == 0) { in coap_add_data_large_internal() 881 if (++session->context->etag == 0) in coap_add_data_large_internal() 882 ++session->context->etag; in coap_add_data_large_internal() 883 etag = session->context->etag; in coap_add_data_large_internal() [all …]
|
/third_party/libcoap/include/coap3/ |
D | coap_block_internal.h | 106 uint64_t etag; /**< ETag value */ member 154 uint8_t etag[8]; /**< ETag for block checking */ member
|
/third_party/curl/docs/ |
D | options-in-versions | 60 --etag-compare 7.68.0 61 --etag-save 7.68.0
|