Home
last modified time | relevance | path

Searched refs:etag (Results 1 – 25 of 44) sorted by relevance

12

/third_party/curl/tests/data/
Dtest34534 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">
Dtest34434 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">
Dtest34334 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…
Dtest34234 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
Dtest33939 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">
Dtest15666 --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">
Dtest3706 etag
22 --etag-save with bad path - no transfer
25 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER
Dtest3696 etag
29 --etag-save with bad path then working transfer
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER --next http://%HOS…
Dtest34739 --etag-save with blank incoming header
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER
56 <file name="%LOGDIR/etag%TESTNUMBER">
Dtest34139 Try to open a non existing file with --etag-compare should return an error
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER
Dtest42126 etag: W/"2678f9ab2ba550d164e7cc014aefd31e"
75 "etag":["W/\"2678f9ab2ba550d164e7cc014aefd31e\""],
Dtest167043 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%header{etag} %header{nope} %header{DATE}\n' -o %LOGDIR/%T…
Dtest170268 etag: "21025-dc7-39462498"
Dtest170172 etag: "21025-dc7-39462498"
Dtest167164 "etag":["\"21025-dc7-39462498\""],
Dtest250065 etag: "21025-dc7-39462498"
/third_party/node/deps/npm/node_modules/http-cache-semantics/
Dindex.js534 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/
Dcoap-rd.c73 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/
Detag-compare.d3 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
Detag-save.d3 Long: etag-save
9 Example: --etag-save storetag.txt $URL
10 See-also: etag-compare
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md57 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/
Dtest-http-incoming-matchKnownFields.js42 checkDest('Etag', { etag: undefined }); property
43 checkDest('etag', { etag: 'test' }, 'value'); property
/third_party/libcoap/src/
Dcoap_block.c280 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/
Dcoap_block_internal.h106 uint64_t etag; /**< ETag value */ member
154 uint8_t etag[8]; /**< ETag for block checking */ member
/third_party/curl/docs/
Doptions-in-versions60 --etag-compare 7.68.0
61 --etag-save 7.68.0

12