Apache2

A structure with the ingredients for a file based etag. More...

#include <http_protocol.h>

Collaboration diagram for etag_rec:

Data Fields

const char * vlist_validator
 
apr_time_t request_time
 
apr_finfo_tfinfo
 
const char * pathname
 
apr_file_tfd
 
int force_weak
 

Detailed Description

A structure with the ingredients for a file based etag.

Field Documentation

◆ fd

apr_file_t* etag_rec::fd

File descriptor used when generating a digest

◆ finfo

apr_finfo_t* etag_rec::finfo

finfo.protection (st_mode) set to zero if no such file

◆ force_weak

int etag_rec::force_weak

Force a non-digest etag to be weak

◆ pathname

const char* etag_rec::pathname

File pathname used when generating a digest

◆ request_time

apr_time_t etag_rec::request_time

Time when the request started

◆ vlist_validator

const char* etag_rec::vlist_validator

Optional vary list validator


The documentation for this struct was generated from the following file: