urllib.request.HTTPRedirectHandler.http_error_301()
  • References/Python/Python/Internet

HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs) Redirect to the Location: or URI: URL

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

class urllib.parse.SplitResultBytes(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results

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

class http.server.CGIHTTPRequestHandler(request, client_address, server) This class is used to serve either files or output

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

class wsgiref.handlers.BaseHandler This is an abstract base class for running WSGI applications. Each instance will handle a

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.can_fetch()
  • References/Python/Python/Internet

can_fetch(useragent, url) Returns True if the useragent is allowed to fetch the url according

2025-01-10 15:47:30
ipaddress.IPv4Interface
  • References/Python/Python/Internet

class ipaddress.IPv4Interface(address) Construct an IPv4 interface. The meaning of address is as in the constructor

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

exception smtplib.SMTPDataError The SMTP server refused to accept the message data.

2025-01-10 15:47:30
cgi.parse_qs()
  • References/Python/Python/Internet

cgi.parse_qs(qs, keep_blank_values=False, strict_parsing=False) This function is deprecated in this module. Use

2025-01-10 15:47:30
ipaddress.IPv4Network.version
  • References/Python/Python/Internet

version

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

urllib.request.pathname2url(path) Convert the pathname path from the local syntax for a path to the form used in the

2025-01-10 15:47:30