mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
3 lines
117 B
Python
3 lines
117 B
Python
def main(request, response):
|
|
headers = [(b"Content-Encoding", b"gzip")]
|
|
return headers, b"not actually gzip"
|