Searched defs:httponly (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | cookies.py | 253 httponly = cookie_property(b'httponly', bool) variable in Morsel 431 secure=False, httponly=False, comment=None): argument 646 httponly=None, argument 706 path=_default, secure=_default, httponly=_default): argument 720 path=_default, secure=_default, httponly=_default): argument 741 def _get_cookies(self, value, domains, max_age, path, secure, httponly): argument 865 httponly=False, argument
|
D | response.py | 696 path='/', domain=None, secure=False, httponly=False, argument
|
/external/curl/lib/ |
D | cookie.h | 45 bool httponly; /* true if the httponly directive is present */ member
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | auth_tkt.py | 282 include_ip=True, logout_path=None, httponly=False, argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | wsgiwrappers.py | 388 domain=None, secure=None, httponly=None): argument
|