Home
last modified time | relevance | path

Searched refs:httponly (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcookies.py253 httponly = cookie_property(b'httponly', bool) variable in Morsel
278 if self.httponly:
431 secure=False, httponly=False, comment=None): argument
458 if httponly:
459 morsel.httponly = True
646 httponly=None, argument
654 self.httponly = httponly
676 self.httponly,
706 path=_default, secure=_default, httponly=_default): argument
714 httponly=httponly
[all …]
Dresponse.py696 path='/', domain=None, secure=False, httponly=False, argument
785 domain=domain, secure=secure, httponly=httponly,
/external/curl/tests/data/
Dtest3132 Set-Cookie: httpo1=value1 ; domain=127.0.0.1; path=/p1/; httponly
33 Set-Cookie: httpo2=value2 ; domain=127.0.0.1; path=/p2/; httponly=
34 Set-Cookie: httpo3=value3 ; httponly; domain=127.0.0.1; path=/p3/;
35 Set-Cookie: httpo4=value4 ; httponly=; domain=127.0.0.1; path=/p4/;
36 Set-Cookie: httponly=myvalue1 ; domain=127.0.0.1; path=/p4/; httponly
37 Set-Cookie: httpandsec=myvalue2 ; domain=127.0.0.1; path=/p4/; httponly; secure
38 Set-Cookie: httpandsec2=myvalue3; domain=127.0.0.1; path=/p4/; httponly=; secure
39 Set-Cookie: httpandsec3=myvalue4 ; domain=127.0.0.1; path=/p4/; httponly; secure=
40 Set-Cookie: httpandsec4=myvalue5 ; domain=127.0.0.1; path=/p4/; httponly=; secure=
41 Set-Cookie: httpandsec5=myvalue6 ; domain=127.0.0.1; path=/p4/; secure; httponly=
[all …]
Dtest619 httponly
20 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
Dtest628 httponly
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dauth_tkt.py282 include_ip=True, logout_path=None, httponly=False, argument
289 self.httponly = httponly
374 if self.httponly:
/external/curl/lib/
Dcookie.h45 bool httponly; /* true if the httponly directive is present */ member
Dcookie.c448 co->httponly = TRUE; in Curl_cookie_add()
656 co->httponly = TRUE; in Curl_cookie_add()
1223 co->httponly?"#HttpOnly_":"", in get_netscape_format()
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dresponse.rst42 set_cookie(key, value='', max_age=None, path='/', domain=None, secure=None, httponly=False, comment…
81 httponly
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgiwrappers.py388 domain=None, secure=None, httponly=None): argument
395 ('secure', secure), ('expires', expires), ('httponly', httponly)]:
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dindex.txt227 ``response.set_cookie(key, value, max_age=None, path='/', domain=None, secure=None, httponly=False,…
Dnews.txt1168 * Added ``res.set_cookie(..., httponly=True)`` to set the ``HttpOnly``
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt126 * Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
/external/jetty/
DVERSION.txt696 + 352565 cookie httponly flag ignored
771 + 352565 cookie httponly flag ignored
981 + 352565 cookie httponly flag ignored
1023 + 352565 cookie httponly flag ignored