|
Squid Web Cache master
|
#include <ETag.h>
Public Attributes | |
| const char * | str |
| quoted-string | |
| int | weak |
| true if it is a weak validator | |
ETag support is rudimantal; this struct is likely to change Note: "str" points to memory in HttpHeaderEntry (for now) so ETags should be used as tmp variables only (for now)
| const char* ETag::str |
Definition at line 20 of file ETag.h.
Referenced by clientIfRangeMatch(), etagParseInit(), etagStringsMatch(), HttpHeader::getTimeOrTag(), StoreEntry::hasEtag(), and clientReplyContext::processExpired().
| int ETag::weak |
Definition at line 21 of file ETag.h.
Referenced by clientIfRangeMatch(), etagIsStrongEqual(), etagParseInit(), and clientReplyContext::processExpired().