Lines Matching refs: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
12 http://wwwsearch.sf.net/):
37 import http.client # only for the default HTTP port
49 logger = logging.getLogger("http.cookiejar")
53 DEFAULT_HTTP_PORT = str(http.client.HTTP_PORT)
65 warnings.warn("http.cookiejar bug!\n%s" % msg, stacklevel=2)
235 Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format
236 Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format
237 Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format
238 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
345 follow this syntax (BNF as from the HTTP/1.1 specification, but we relax
658 # need to be escaped to form a valid HTTP URL (RFCs 2396 and 1738).
664 """Escape any invalid characters in HTTP URL, and uppercase all escapes."""
669 # http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1
730 """HTTP Cookie.
1235 """Collection of HTTP cookies.
1993 domain as set in the HTTP header started with a dot (yes, I'm aware some
2002 magic_re = re.compile("#( Netscape)? HTTP Cookie File")
2004 # Netscape HTTP Cookie File
2005 # http://curl.haxx.se/rfc/cookie_spec.html
2038 # with no name, whereas http.cookiejar regards it as a
2098 # with no name, whereas http.cookiejar regards it as a