Home
last modified time | relevance | path

Searched defs:cache_control_value_t (Results 1 – 1 of 1) sorted by relevance

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dcache-control.hpp42 struct cache_control_value_t struct
44 using directive_t = parameter_with_optional_value_t;
46 using directive_container_t = parameter_with_optional_value_container_t;
48 directive_container_t directives;
57 make_parser() in make_parser()
82 try_parse( string_view_t what ) in try_parse()