tor-browser

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

handshake_protocol_wsh.py (146B)


      1 #!/usr/bin/python
      2 
      3 def web_socket_do_extra_handshake(request):
      4    request.ws_protocol = 'foobar'
      5 
      6 def web_socket_transfer_data(request):
      7    pass