RequestHub - HTTP 调试工具


MIT
跨平台
Google Go

软件简介

RequestHub 用来接收 HTTP 请求,并在浏览器显示请求详细信息,然后将请求转发到指定 URL。你可以把当它当成是一个 HTTP 的代理服务。

使用方法:

$ 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