summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/clear-site-data/support/controlled-endpoint.py
blob: bb4f464088e46438f993d66ae0da134bb4410c7b (plain)
1
2
3
def main(request, response):
    return ([(b"Content-Type", b"text/html")],
            u"FROM_NETWORK")