http.cookiejar.Cookie.rfc2109
  • References/Python/Python/Internet

Cookie.rfc2109 True if this cookie was received as an RFC 2109 cookie (ie. the cookie arrived in a

2025-01-10 15:47:30
imaplib.IMAP4.send()
  • References/Python/Python/Internet

IMAP4.send(data) Sends data to the remote server. You may override this method.

2025-01-10 15:47:30
urllib.request.Request.header_items()
  • References/Python/Python/Internet

Request.header_items() Return a list of tuples (header_name, header_value) of the Request headers.

2025-01-10 15:47:30
telnetlib.Telnet.read_all()
  • References/Python/Python/Internet

Telnet.read_all() Read all data until EOF as bytes; block until connection closed.

2025-01-10 15:47:30
imaplib.IMAP4.setquota()
  • References/Python/Python/Internet

IMAP4.setquota(root, limits) Set the quota root‘s resource limits. This method is part of the

2025-01-10 15:47:30
urllib.error.HTTPError
  • References/Python/Python/Internet

exception urllib.error.HTTPError Though being an exception (a subclass of URLError), an HTTPError

2025-01-10 15:47:30
http.cookiejar.Cookie.port
  • References/Python/Python/Internet

Cookie.port String representing a port or a set of ports (eg. ‘80’, or ‘80,8080’), or

2025-01-10 15:47:30
imaplib.IMAP4.shutdown()
  • References/Python/Python/Internet

IMAP4.shutdown() Close connection established in open. This method is implicitly called by IMAP4.logout()

2025-01-10 15:47:30
http.cookiejar.CookieJar.add_cookie_header()
  • References/Python/Python/Internet

CookieJar.add_cookie_header(request) Add correct Cookie header to request.

2025-01-10 15:47:30
http.cookies.Morsel.update()
  • References/Python/Python/Internet

Morsel.update(values) Update the values in the Morsel dictionary with the values in the dictionary values. Raise an

2025-01-10 15:47:30