Searched defs:httponly (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dcookies.py253 httponly = cookie_property(b'httponly', bool) variable in class:Morsel
278 if self.httponly:
427 _c_keys.update([b'expires', b'secure', b'httponly'])
431 secure=False, httponly=False, comment=None):
458 if httponly:
459 morsel.httponly = True
621 ``httponly``
646 httponly=None,
654 self.httponly
[all...]

Completed in 95 milliseconds