Searched refs:cookie_property (Results 1 – 1 of 1) sorted by relevance
212 def cookie_property(key, serialize=lambda v: v): function248 path = cookie_property(b'path')249 domain = cookie_property(b'domain')250 comment = cookie_property(b'comment')251 expires = cookie_property(b'expires', serialize_cookie_date)252 max_age = cookie_property(b'max-age', serialize_max_age)253 httponly = cookie_property(b'httponly', bool)254 secure = cookie_property(b'secure', bool)