$Revision$ $Date$ Structure <structname>exp_body_t</structname> The structure represents parsed Expires body. The structure is declared in parse_expires.h file. Structure Declaration: typedef struct exp_body { str text; /* Original text representation */ int val; /* Parsed value */ } exp_body_t; Field Description: text - Expires value as text. val - Expires value as integer.