summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/blank.py
blob: 6274a4e3cbfe67552402179eb3af6e284acd6761 (plain)
1
2
def main(request, response):
    return [("Content-Type", "text/html; charset=%s" % (request.GET['encoding']))], ""