# http-agent **Repository Path**: mnyuan/http-agent ## Basic Information - **Project Name**: http-agent - **Description**: http 代理服务实现 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-agent #### 介绍 http 代理服务实现,目前实现有正向代理的get、post请求。 #### 软件架构 GO语音,结合gin框架。 #### 使用说明 linux服务器执行单文件,指定代理url和监听端口即可。 启动语法示例 ```shell script nohup ./reverseProxy0.2.0 -agentUri=https://baidu.com -prot=8081 > log.log 2>&1 & ```