Searched refs:etag_property (Results 1 – 2 of 2) sorted by relevance
20 def etag_property(key, default, rfc_section, strong=True): function
69 etag_property,1090 if_match = etag_property('HTTP_IF_MATCH', AnyETag, '14.24')1091 if_none_match = etag_property('HTTP_IF_NONE_MATCH', NoETag, '14.26',