|
Apache HTTPD
|
A structure with the ingredients for a file based etag. More...
#include <http_protocol.h>
Public Attributes | |
| const char * | vlist_validator |
| apr_time_t | request_time |
| apr_finfo_t * | finfo |
| const char * | pathname |
| apr_file_t * | fd |
| int | force_weak |
A structure with the ingredients for a file based etag.
Definition at line 182 of file http_protocol.h.
| apr_file_t* etag_rec::fd |
File descriptor used when generating a digest
Definition at line 192 of file http_protocol.h.
| apr_finfo_t* etag_rec::finfo |
finfo.protection (st_mode) set to zero if no such file
Definition at line 188 of file http_protocol.h.
| int etag_rec::force_weak |
Force a non-digest etag to be weak
Definition at line 194 of file http_protocol.h.
File pathname used when generating a digest
Definition at line 190 of file http_protocol.h.
| apr_time_t etag_rec::request_time |
Time when the request started
Definition at line 186 of file http_protocol.h.
Optional vary list validator
Definition at line 184 of file http_protocol.h.