TimeOrTag Class Reference
#include <TimeOrTag.h>
Collaboration diagram for TimeOrTag:
Public Attributes | |
ETag | tag |
time_t | time |
int | valid |
Detailed Description
Some fields can hold either time or etag specs (e.g. If-Range)
Definition at line 17 of file TimeOrTag.h.
Member Data Documentation
◆ tag
ETag TimeOrTag::tag |
Definition at line 20 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().
◆ time
time_t TimeOrTag::time |
Definition at line 21 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().
◆ valid
int TimeOrTag::valid |
Definition at line 22 of file TimeOrTag.h.
Referenced by clientIfRangeMatch(), and HttpHeader::getTimeOrTag().
The documentation for this class was generated from the following file:
- src/TimeOrTag.h