summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/cache-storage/resources/fetch-status.py
blob: b7109f4787fd6d659a192f7f29157862eef36ae9 (plain)
1
2
def main(request, response):
    return int(request.GET[b"status"]), [], b""