Dactyloidae/testing/web-platform/tests/XMLHttpRequest/resources/accept-language.py

4 lines
132 B
Python
Raw Normal View History

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