CookieJar.make_cookies(response, request) Return sequence of Cookie objects extracted from response object
FieldStorage.getfirst(name, default=None) This method always returns only one value associated with form field name
class http.server.BaseHTTPRequestHandler(request, client_address, server) This class is used to handle the HTTP requests that
do_GET() The request is mapped to a local file by interpreting the request as a path relative to the current working directory
class xmlrpc.client.ServerProxy(uri, transport=None, encoding=None, verbose=False, allow_none=False, use_datetime=False, use_builtin_types=False, *, context=None)
CGIXMLRPCRequestHandler.handle_request(request_text=None) Handle an XML-RPC request. If request_text is given, it should
DefaultCookiePolicy.strict_ns_unverifiable Apply RFC 2965 rules on unverifiable transactions even to Netscape cookies.
ServerProxy.system.methodSignature(name) This method takes one parameter, the name of a method implemented by the XML-RPC server
cgi.print_environ_usage() Print a list of useful (used by CGI) environment variables in HTML.
HTTPResponse.read([amt]) Reads and returns the response body, or up to the next amt bytes.
Page 75 of 80