Home
last modified time | relevance | path

Searched defs:RequestHandler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/includes/
Dmp_webserver.py30 class RequestHandler(SimpleHTTPRequestHandler): class
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py308 class RequestHandler(http.server.BaseHTTPRequestHandler): class
1011 class RequestHandler(xmlrpc.server.SimpleXMLRPCRequestHandler): class in BaseKeepaliveServerTestCase
1089 class RequestHandler(xmlrpc.server.SimpleXMLRPCRequestHandler): class in GzipServerTestCase
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py703 class RequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): class in BaseKeepaliveServerTestCase
776 class RequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): class in GzipServerTestCase