poplib.POP3.list()

POP3.list([which]) Request message list, result is in the form (response, ['mesg_num octets', ...], octets). If

2016-10-07 17:40:51
http.server.BaseHTTPRequestHandler.server

server Contains the server instance.

2016-10-07 17:34:16
smtplib.SMTP.quit()

SMTP.quit() Terminate the SMTP session and close the connection. Return the result of the SMTP QUIT command.

2016-10-07 17:42:07
telnetlib.Telnet.close()

Telnet.close() Close the connection.

2016-10-07 17:44:16
xmlrpc.server.DocXMLRPCRequestHandler

class xmlrpc.server.DocXMLRPCRequestHandler Create a new request handler instance. This request handler supports XML-RPC POST

2016-10-07 17:48:36
http.server.BaseHTTPRequestHandler.headers

headers Holds an instance of the class specified by the MessageClass class variable. This instance parses and manages

2016-10-07 17:34:13
http.client.HTTPConnection.request()

HTTPConnection.request(method, url, body=None, headers={}) This will send a request to the server using the HTTP request method

2016-10-07 17:33:51
urllib.request.Request.add_unredirected_header()

Request.add_unredirected_header(key, header) Add a header that will not be added to a redirected request.

2016-10-07 17:47:00
urllib.request.URLopener.version

version Variable that specifies the user agent of the opener object. To get

2016-10-07 17:47:05
http.cookiejar.DefaultCookiePolicy.DomainLiberal

DefaultCookiePolicy.DomainLiberal Equivalent to 0 (ie. all of the above Netscape domain strictness flags switched off).

2016-10-07 17:34:02