#include <ETag.h>
Public Attributes | |
const char * | str |
quoted-string More... | |
int | weak |
true if it is a weak validator More... | |
Detailed Description
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)
Member Data Documentation
◆ str
const char* ETag::str |
Definition at line 20 of file ETag.h.
Referenced by clientIfRangeMatch(), etagParseInit(), etagStringsMatch(), HttpHeader::getTimeOrTag(), StoreEntry::hasEtag(), and clientReplyContext::processExpired().
◆ weak
int ETag::weak |
Definition at line 21 of file ETag.h.
Referenced by clientIfRangeMatch(), etagIsStrongEqual(), etagParseInit(), and clientReplyContext::processExpired().
The documentation for this class was generated from the following file:
- src/ETag.h