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