blob: b2f8cfefd7e491260648e33adfe9fbd3f8f72fe6 [file] [log] [blame]
def main(request, response):
headers = [("Content-Encoding", "gzip")]
return headers, "not actually gzip"