servo/tests/wpt/web-platform-tests/xhr/resources/accept-language.py

3 lines
131 B
Python

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