Source code
Revision control
Copy as Markdown
Other Tools
def main(request, response):
response.headers.set(b"Content-Type", b"text/plain")
return u""
def main(request, response):
response.headers.set(b"Content-Type", b"text/plain")
return u""