blob: 4074880ae76ecb93b39d3149f89cade6df8793c2 [file] [log] [blame]
def main(request, response):
value = request.headers.get("Cache-Control", "no cache-control header")
return 200, [(b"Content-Type", b"text/ascii"), (b"Access-Control-Allow-Origin", "*")], value