summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/h1-parsing/resources/message.py
blob: 640080c18bc24be65631113e7bd225f6d4a674bd (plain)
1
2
3
def main(request, response):
    response.writer.write(request.GET.first(b"message"))
    response.close_connection = True