NetSurf
|
Representation of a directive. More...
Data Fields | |
http__item | base |
lwc_string * | name |
Parameter name. More... | |
lwc_string * | value |
Parameter value (optional) More... | |
Representation of a directive.
Definition at line 41 of file cache-control.c.
http__item http_directive::base |
Definition at line 42 of file cache-control.c.
Referenced by count(), http_directive_list_find_item(), and http_directive_list_iterate().
lwc_string * http_directive::name |
Parameter name.
Definition at line 44 of file cache-control.c.
Referenced by count(), http__parse_directive(), http_destroy_directive(), http_directive_list_find_item(), and http_directive_list_iterate().
lwc_string * http_directive::value |
Parameter value (optional)
Definition at line 45 of file cache-control.c.
Referenced by http__parse_directive(), http_destroy_directive(), http_directive_list_find_item(), and http_directive_list_iterate().