tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

eventsource.py (108B)


      1 def main(request, response):
      2    response.headers.set(b"Content-Type", b"text/event-stream")
      3    return u""