blob: c1c6a4673acfbda17e2a7045a304a30082288d1d [file] [log] [blame]
import json
def main(request, response):
headers = [("Content-Type", "text/javascript")]
body = "var header = %s;" % json.dumps(request.headers.get("sec-metadata", ""));
return headers, body