Home | History | Annotate | Download | only in python2.7

Lines Matching refs:RFC

397                 # concatenated headers, as per RFC 2616 section 4.2
456 Currently, this is also used for parsing RFC 2109 cookies.
460 # RFC 2109 attrs (may turn up in Netscape cookies, too)
480 # This is an RFC 2109 cookie.
500 # This may well be wrong. Which RFC is HDN defined in, if any (for
501 # the purposes of RFC 2965)?
513 """Return True if domain A domain-matches domain B, according to RFC 2965.
517 RFC 2965, section 1:
583 """Return request-host, as defined by RFC 2965.
585 Variation from RFC: returned value is lowercased, for convenient
601 As defined by RFC 2965, except both are lowercased.
610 """Path component of request-URI, as defined by RFC 2965."""
615 # fix bad RFC 2396 absoluteURI
648 # (And here, for new URI schemes: RFC 2718)
656 """Return reach of host h, as defined by RFC 2965, section 1.
693 RFC 2965, section 3.3.6:
710 This class represents both Netscape and RFC 2965 cookies.
748 # normalise case, as per RFC 2965 section 3.3.3
752 # cookie-attribute had an initial dot, in order to follow RFC 2965
811 and RFC 2965 cookies -- override that if you want a customised policy.
933 # cookie, so this must be an invalid RFC 2965 cookie.
938 _debug(" RFC 2965 cookies are switched off")
948 _debug(" third-party RFC 2965 cookie during "
1077 _debug(" RFC 2965 cookies are switched off")
1087 _debug(" third-party RFC 2965 cookie during unverifiable "
1136 "RFC 2965 cookie domain %s", erhn, domain)
1274 # RFC 2965 errata, but that may never appear...
1332 # if necessary, advertise that we know RFC 2965
1374 # should have Max-Age, but since V1 includes RFC 2109 cookies (and
1375 # since V0 cookies may be a mish-mash of Netscape and RFC 2109), we
1400 # RFC 2965 section 3.3.3
1419 # convert RFC 2965 Max-Age to seconds since epoch
1420 # XXX Strictly you're supposed to follow RFC 2616
1557 # get cookie-attributes for RFC 2965 and Netscape protocols
1580 # RFC 2109 and Netscape cookies
1589 # corresponding RFC 2965 cookies (from Set-Cookie2 headers).
1590 # For each match, keep the RFC 2965 cookie and ignore the Netscape
1591 # cookie (RFC 2965 section 9.1). Actually, RFC 2109 cookies are