Apache2
|
A structure with the ingredients for a file based etag. More...
#include <http_protocol.h>
Data Fields | |
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.
apr_file_t* etag_rec::fd |
File descriptor used when generating a digest
apr_finfo_t* etag_rec::finfo |
finfo.protection (st_mode) set to zero if no such file
int etag_rec::force_weak |
Force a non-digest etag to be weak
const char* etag_rec::pathname |
File pathname used when generating a digest
apr_time_t etag_rec::request_time |
Time when the request started
const char* etag_rec::vlist_validator |
Optional vary list validator