Source code
Revision control
Copy as Markdown
Other Tools
def main(request, response):
return ([(b"Content-Type", b"text/plain")],
b"OK")
def main(request, response):
return ([(b"Content-Type", b"text/plain")],
b"OK")