blob: 8aa230c724c2550e273855c5b2ebce937fcd4e71 [file] [log] [blame]
def main(request, response):
status = (request.GET.first("status", "404"), "HAHAHAHA")
headers = [("Content-Type", "text/event-stream")]
return status, headers, "data: data\n\n"