blob: 825f2d835ad472ee5eaa31dc93655c949fded19c [file] [log] [blame]
def main(request, response):
headers = [(b"Content-type", b"text/html;charset=utf-8")]
content = b"\xff"
return headers, content