wsgiref.simple_server.WSGIRequestHandler.get_environ()
  • References/Python/Python/Internet

get_environ() Returns a dictionary containing the WSGI environment for a request. The default implementation copies the contents

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

Cookie.set_nonstandard_attr(name, value) Set the value of the named cookie-attribute.

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

BaseHandler.default_open(req) This method is not defined in BaseHandler, but subclasses should define

2025-01-10 15:47:30
urllib.request.URLopener
  • References/Python/Python/Internet

class urllib.request.URLopener(proxies=None, **x509) Deprecated since

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

DefaultCookiePolicy.is_not_allowed(domain) Return whether domain is not on the whitelist for setting or receiving cookies

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

IMAP4.store(message_set, command, flag_list) Alters flag dispositions for messages in mailbox. command is specified

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

Request.remove_header(header) Remove named header from the request instance (both from regular and unredirected headers).

2025-01-10 15:47:30
urllib.request.UnknownHandler
  • References/Python/Python/Internet

class urllib.request.UnknownHandler A catch-all class to handle unknown URLs.

2025-01-10 15:47:30
smtpd.SMTPChannel.mailfrom
  • References/Python/Python/Internet

mailfrom Holds a string containing the address identified in the “MAIL FROM:” line from the client.

2025-01-10 15:47:30
smtplib.LMTP
  • References/Python/Python/Internet

class smtplib.LMTP(host='', port=LMTP_PORT, local_hostname=None, source_address=None) The LMTP protocol, which is very similar

2025-01-10 15:47:30