summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/XMLHttpRequest/resources/accept.py
blob: 2fdf210b6d6c0b34de188b0a8332d454ef1581a1 (plain)
1
2
3
def main(request, response):
  return [("Content-Type", "text/plain")], request.headers.get("accept", "NO")