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