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