Home
last modified time | relevance | path

Searched refs:rfc2965 (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_cookielib.py426 for rfc2109_as_netscape, rfc2965, version in [
438 rfc2965=rfc2965)
450 if rfc2965:
561 pol = DefaultCookiePolicy(rfc2965=True)
821 pol = DefaultCookiePolicy(rfc2965=True)
903 rfc2965=True, blocked_domains=[".acme.com"])
948 pol = DefaultCookiePolicy(rfc2965=False)
952 pol = DefaultCookiePolicy(rfc2965=True)
968 c = CookieJar(policy=DefaultCookiePolicy(rfc2965=True))
978 c = CookieJar(DefaultCookiePolicy(rfc2965=True))
[all …]
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py510 for rfc2109_as_netscape, rfc2965, version in [
522 rfc2965=rfc2965)
534 if rfc2965:
656 pol = DefaultCookiePolicy(rfc2965=True)
922 pol = DefaultCookiePolicy(rfc2965=True)
998 rfc2965=True, blocked_domains=[".acme.com"])
1068 pol = DefaultCookiePolicy(rfc2965=False)
1072 pol = DefaultCookiePolicy(rfc2965=True)
1142 c = CookieJar(policy=DefaultCookiePolicy(rfc2965=True))
1150 c = CookieJar(DefaultCookiePolicy(rfc2965=True))
[all …]
/external/python/cpython2/Lib/
Dcookielib.py866 netscape=True, rfc2965=False, argument
878 self.rfc2965 = rfc2965
953 if cookie.version > 0 and not self.rfc2965:
1092 if cookie.version > 0 and not self.rfc2965:
1349 if (self._policy.rfc2965 and not self._policy.hide_cookie2 and
1562 rfc2109_as_ns = not self._policy.rfc2965
1578 rfc2965 = self._policy.rfc2965
1582 (not ns_hdrs and not rfc2965) or
1584 (not netscape and not rfc2965)):
1610 if rfc2965:
/external/python/cpython3/Lib/http/
Dcookiejar.py879 netscape=True, rfc2965=False, argument
892 self.rfc2965 = rfc2965
968 if cookie.version > 0 and not self.rfc2965:
1107 if cookie.version > 0 and not self.rfc2965:
1374 if (self._policy.rfc2965 and not self._policy.hide_cookie2 and
1587 rfc2109_as_ns = not self._policy.rfc2965
1604 rfc2965 = self._policy.rfc2965
1608 (not ns_hdrs and not rfc2965) or
1610 (not netscape and not rfc2965)):
1636 if rfc2965:
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst85 .. class:: DefaultCookiePolicy( blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=…
158 If policy allows (ie. the :attr:`rfc2965` and :attr:`hide_cookie2` attributes of
420 .. attribute:: CookiePolicy.rfc2965
764 rfc2965=True, strict_ns_domain=Policy.DomainStrict,
/external/python/cpython2/Doc/library/
Dcookielib.rst88 .. class:: DefaultCookiePolicy( blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=…
158 If policy allows (ie. the :attr:`rfc2965` and :attr:`hide_cookie2` attributes of
414 .. attribute:: CookiePolicy.rfc2965
766 rfc2965=True, strict_ns_domain=DefaultCookiePolicy.DomainStrict,
/external/apache-http/api/
Dcurrent.txt1529 field @Deprecated public static final String RFC_2965 = "rfc2965";