https://github.com/truthhun/http-transfer
https://github.com/truthhun/http-transfer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/truthhun/http-transfer
- Owner: TruthHun
- License: apache-2.0
- Created: 2020-01-29T07:20:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T07:30:18.000Z (over 5 years ago)
- Last Synced: 2025-04-07T23:38:57.573Z (3 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP-Transfer
`A`可以访问`B`,`B`可以访问`C`,但是`A`不能访问`C`,那么这时候,如果`A`想要访问`C`,那么只能通过`B`来进行请求。
`HTTP-Transfer`不是一个翻墙程序,只是一个简陋的`HTTP`请求转发服务。
目前只支持`Get`请求,为了[`BookStack`](https://www.bookstack.cn)的采集功能而开发
## 使用
启动服务,监听 8080 端口
```
./http-transfer 8080
```请求百度的logo
```
http://localhost:8080/https://www.baidu.com/img/superlogo_c4d7df0a003d3db9b65e9ef0fe6da1ec.png?where=super
```