l.s.s.t.RequestHandler(BaseHTTPRequestHandler) : class documentation

Part of lp.services.sitesearch.testservice View In Hierarchy

Known subclasses: lp.services.sitesearch.bingtestservice.BingRequestHandler

Return a file depending on the requested URL.
Method do_GET See BaseHTTPRequestHandler in the Python Standard Library.
Method return_file Return a HTTP response with 'filename' for content.
Method log_message See BaseHTTPRequestHandler.log_message().
def do_GET(self):
See BaseHTTPRequestHandler in the Python Standard Library.
def return_file(self, filename):
Return a HTTP response with 'filename' for content.
ParametersfilenameThe file name to find in the canned-data storage location.
def log_message(self, format, *args):
See BaseHTTPRequestHandler.log_message().
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.