def main(request, response):
headers = [(b"Content-type", b"text/html;charset=utf-8")]
content = b"<img>foo"
return headers, content
def main(request, response):
headers = [(b"Content-type", b"text/html;charset=utf-8")]
content = b"<img>foo"
return headers, content