Lines Matching defs:HTTP
1 r"""HTTP cookie handling for web clients.
4 HTTP::Cookies, from the libwww-perl library.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
38 import http.client # only for the default HTTP port
56 NETSCAPE_MAGIC_RGX = re.compile("#( Netscape)? HTTP Cookie File")
60 # Netscape HTTP Cookie File
247 Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format
248 Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format
249 Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format
250 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
359 follow this syntax (BNF as from the HTTP/1.1 specification, but we relax
672 # need to be escaped to form a valid HTTP URL (RFCs 2396 and 1738).
678 """Escape any invalid characters in HTTP URL, and uppercase all escapes."""
744 """HTTP Cookie.
1247 """Collection of HTTP cookies.
2004 domain as set in the HTTP header started with a dot (yes, I'm aware some