urllib.request.Request
  • References/Python/Python/Internet

class urllib.request.Request(url, data=None, headers={}, origin_req_host=None, unverifiable=False, method=None) This class is

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.responses
  • References/Python/Python/Internet

responses This attribute contains a mapping of error code integers to two-element tuples containing a short and long message

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.run()
  • References/Python/Python/Internet

run(app) Run the specified WSGI application, app.

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

Cookie.get_nonstandard_attr(name, default=None) If cookie has the named cookie-attribute, return its value. Otherwise, return

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

ProxyDigestAuthHandler.http_error_407(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

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

Cookie.domain_initial_dot True if the domain explicitly specified by the server began with a dot ('.')

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
ftplib.FTP.size()
  • References/Python/Python/Internet

FTP.size(filename) Request the size of the file named filename on the server. On success, the size of the file is returned

2025-01-10 15:47:30
urllib.parse.DefragResult
  • References/Python/Python/Internet

class urllib.parse.DefragResult(url, fragment) Concrete class for urldefrag() results containing

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

IMAP4.create(mailbox) Create new mailbox named mailbox.

2025-01-10 15:47:30