def main(request, response): response.headers.set(b"Content-Type", b"text/html") response.content = b"hello encoding"