Compare Revisions
If-None-Match
Revision 1104615:
Revision 1104615 by teoli on
Revision 1104709:
Revision 1104709 by teoli on
- Title:
- If-None-Match
- If-None-Match
- Slug:
- Web/HTTP/Headers/If-None-Match
- Web/HTTP/Headers/If-None-Match
- Tags:
- "Conditional Requests" "HTTP" "HTTP Header" "Reference" "Request header"
- "Conditional Requests" "HTTP" "HTTP Header" "Reference" "Request header"
- Comment:
- WIP
- Content:
-
Revision 1104615 Revision 1104709 n 53 If-None-Match: <etag_value>, <etag_value>, <etag_v n 53 If-None-Match: <etag_value>, <etag_value>, … > alue> n 59 <p> n 59 <dl> 60 60 <dt> 61 <etag_value> 62 </dt> 63 <dd> 64 Entity tags uniquely representing the requested resources > . They are a string of ASCII characters placed between double quo > tes (Like <code>"675af34563dc-tr34"</code>) and may be prefixed b > y <code>W/</code> to indicate that the weak comparison algorithm > should be used (This is useless with <code>If-None-Match</code> a > s it only uses that algorithm). 65 </dd> 66 <dt> 67 <code>*</code> 68 </dt> 69 <dd> 70 The asterisk is a special value representing any resource > . They are only useful when uploading a resource, usually with {{ > HTTPMethod("PUT")}}, to check if another resource with the identi > ty has already been uploaded before. 71 </dd> 61 </p> 72 </dl> t t 78 79 If-None-Match: W/"67ab43", "54ed21", "7892dd" 80 81 If-None-Match: *