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

HTTPResponse.msg A http.client.HTTPMessage instance containing the response headers. http.client.HTTPMessage

2025-01-10 15:47:30
ftplib.FTP.voidcmd()
  • References/Python/Python/Internet

FTP.voidcmd(cmd) Send a simple command string to the server and handle the response. Return nothing if a response code corresponding

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

Request.host The URI authority, typically a host, but may also contain a port separated by a colon.

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

class urllib.request.HTTPBasicAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr

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

exception urllib.error.URLError The handlers raise this exception (or derived exceptions) when they run into a problem. It is

2025-01-10 15:47:30
nntplib.NNTP.xpath()
  • References/Python/Python/Internet

NNTP.xpath(id) Return a pair (resp, path), where path is the directory path to the article with message

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

class ftplib.FTP(host='', user='', passwd='', acct='', timeout=None, source_address=None) Return a new instance of the FTP

2025-01-10 15:47:30
socketserver.BaseServer.request_queue_size
  • References/Python/Python/Internet

request_queue_size The size of the request queue. If it takes a long time to process a single request, any requests that arrive

2025-01-10 15:47:30
ftplib.FTP.connect()
  • References/Python/Python/Internet

FTP.connect(host='', port=0, timeout=None, source_address=None) Connect to the given host and port. The default port number

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

faultString A string containing a diagnostic message associated with the fault.

2025-01-10 15:47:30