controlled-endpoint.py (105B)
1 def main(request, response): 2 return ([(b"Content-Type", b"text/html")], 3 u"FROM_NETWORK")