summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/meta-refresh.py
blob: 2dfbab6e76087a38164cd2bf66ee8f9eafe9b43d (plain)
1
2
3
def main(request, response):
    time = request.url_parts.query if request.url_parts.query else u'0'
    return 200, [[b'Content-Type', b'text/html']], u'<meta http-equiv=refresh content=%s>' % time