|
Squid Web Cache master
|
#include <TimeOrTag.h>
Public Attributes | |
| ETag | tag |
| time_t | time |
| int | valid |
Some fields can hold either time or etag specs (e.g. If-Range)
Definition at line 17 of file TimeOrTag.h.
| ETag TimeOrTag::tag |
Definition at line 20 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().
| time_t TimeOrTag::time |
Definition at line 21 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().
| int TimeOrTag::valid |
Definition at line 22 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().