http.client.HTTPResponse.reason
  • References/Python/Python/Internet

HTTPResponse.reason Reason phrase returned by server.

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

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

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

retrieve(url, filename=None, reporthook=None, data=None) Retrieves the contents of url and places it in filename

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

CacheFTPHandler.setTimeout(t) Set timeout of connections to t seconds.

2025-01-10 15:47:30
ftplib.FTP_TLS
  • References/Python/Python/Internet

class ftplib.FTP_TLS(host='', user='', passwd='', acct='', keyfile=None, certfile=None, context=None, timeout=None, source_address=None) A

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

class http.cookies.Morsel Abstract a key/value pair, which has some

2025-01-10 15:47:30
http.client.HTTPResponse.fileno()
  • References/Python/Python/Internet

HTTPResponse.fileno() Return the fileno of the underlying socket.

2025-01-10 15:47:30
http.client.HTTPResponse.read()
  • References/Python/Python/Internet

HTTPResponse.read([amt]) Reads and returns the response body, or up to the next amt bytes.

2025-01-10 15:47:30
http.server.SimpleHTTPRequestHandler.do_GET()
  • References/Python/Python/Internet

do_GET() The request is mapped to a local file by interpreting the request as a path relative to the current working directory

2025-01-10 15:47:30
xmlrpc.client.ServerProxy
  • References/Python/Python/Internet

class xmlrpc.client.ServerProxy(uri, transport=None, encoding=None, verbose=False, allow_none=False, use_datetime=False, use_builtin_types=False, *, context=None)

2025-01-10 15:47:30