mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
4 lines
109 B
Python
4 lines
109 B
Python
def main(request, response):
|
|
return [("Content-Type", "text/plain")], request.headers.get("accept", "NO")
|
|
|