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