tor-browser

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

echo-headers2.py (213B)


      1 import importlib
      2 
      3 handler_utils = importlib.import_module(
      4    "fetch.compression-dictionary.resources.handler_utils")
      5 
      6 def main(request, response):
      7    return handler_utils.create_echo_response(request, response)