blob: 2c2656d047ba81e600cfcc32f50c9ccd3fc0b2a2 [file] [log] [blame]
def main(request, response):
return (202, "Giraffe"), [("Content-Type", "text/html"), ("X-Test", "PASS")], "PASS"