blob: f3733e78cf0dbef063695f6777a6c483474080f3 [file] [log] [blame]
def main(request, response):
headers = [
("Content-Type", "text/ascii"),
]
body = request.headers.get("Cookie", "")
return headers, body