1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-07 23:43:39 +01:00
servo/tests/wpt/web-platform-tests/XMLHttpRequest/resources/accept.py

3 lines
109 B
Python

def main(request, response):
return [("Content-Type", "text/plain")], request.headers.get("accept", "NO")