hroute是基於tproxy一個簡單的HTTP代理。
安裝:
    PIP安裝-r https://github.com/downloads/benoitc/hroute/requirements.txt
    PIP安裝hroute
用法:
創建在/ var /捲軸/ hroute(默認路徑)或任何一個配置文件
文件夾你想::
    {
        “全”:{
            “路線”:{
                “/本地”:{
“遠程”:“127.0.0.1:8000”
                },
                “/谷歌”:{
“遠程”:“google.com:80”
                },
                “/ gunicorn”:{
“遠程”:“gunicorn.org:80”
“rewrite_response”:真
                },
            }
        }
    }
然後啟動hroute ::
  hroute -s在/ var /捲軸/ hroute -w 3
並繼續`http://127.0.0.1:5000/gunicorn http://127.0.0.1:5000/gunicorn。您應該看到gunicorn.org網站
功能:
- 在位置重寫
- 鏈接重寫處理代理/路徑
- 簡單配置
- 虛擬主機支持
- 日誌(未來)
- 認證(未來)
要求:
- 在Python的
- GEVENT
- setproctitle
- tproxy
- LXML
- 在HTTP解析器
評論沒有發現