blob: a9b394d7ed602fb4d6efadb495849cd374362f5d [file] [log] [blame] [edit]
def main(request, response):
return 404, [("Content-Type", "text/html")], 'Some content for the masses.' * 100