http.server.BaseHTTPRequestHandler.end_headers()

end_headers() Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls

2016-10-07 17:34:12
http.server.CGIHTTPRequestHandler.cgi_directories

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2016-10-07 17:34:17
urllib.request.HTTPDigestAuthHandler

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

2016-10-07 17:46:53
urllib.request.HTTPPasswordMgr.add_password()

HTTPPasswordMgr.add_password(realm, uri, user, passwd) uri can be either a single URI, or a sequence of URIs. realm

2016-10-07 17:46:55
smtpd.SMTPChannel

class smtpd.SMTPChannel(server, conn, addr, data_size_limit=33554432, map=None, enable_SMTPUTF8=False, decode_data=True) Create

2016-10-07 17:42:03
urllib.request.HTTPDigestAuthHandler.http_error_401()

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

2016-10-07 17:46:53
ipaddress.IPv4Address.max_prefixlen

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

2016-10-07 17:35:27
wsgiref.handlers.SimpleHandler

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

2016-10-07 17:47:31
http.client.IncompleteRead

exception http.client.IncompleteRead A subclass of HTTPException.

2016-10-07 17:33:54
wsgiref.simple_server.WSGIRequestHandler.get_stderr()

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2016-10-07 17:47:32