Telnet.read_very_eager() Read everything that can be without blocking in I/O (eager). Raise
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is
cgi.escape(s, quote=False) Convert the characters '&', '<' and '>' in string
class http.server.BaseHTTPRequestHandler(request, client_address, server) This class is used to handle the HTTP requests that
peer Holds the name of the client peer as returned by conn.getpeername() where conn is conn
cgi.parse_header(string) Parse a MIME header (such as Content-Type) into a main value and a dictionary
Cookie.value Cookie value (a string), or
BaseHandler.http_error_nnn(req, fp, code, msg, hdrs) nnn should be a three-digit HTTP error code. This method is also
handle_request() Process a single request. This function calls the following methods in order: get_request(),
handle_one_request() This method will parse and dispatch the request to the appropriate do_*() method. You should
Page 78 of 80