RequestHub 用来接收 HTTP 请求,并在浏览器显示请求详细信息,然后将请求转发到指定 URL。你可以把当它当成是一个 HTTP 的代理服务。
使用方法:
<pre class="brush:shell;toolbar: true; auto-links: false;">$ requesthub -h
Usage of requesthub:
-config="": YAML Configuration File
-p=54321: which port to bind to
-r=256: max requests to store
-username="": HTTP Basic Auth Username for accessing hub
-password="": HTTP Basic Auth Password for accessing hub</pre>