README ¶ forward-proxy 使用 POST 提交代理请求: { "url": "https://github.com", "headers": [ { "User-Agent": "" }, { "Connection": "close" } ], "method": "get" } 响应返回 JSON 格式数据: { "status": 200, "contentType": "", "body": "...", "headers": [ {"content-type": "text/html;charset=utf-8"}, {"xxx": "..."} ] } Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.