https://github.com/wzshiming/httpproxy
HTTP proxy handler and dialer
https://github.com/wzshiming/httpproxy
http-proxy-handler http-server proxy proxy-server
Last synced: 21 days ago
JSON representation
HTTP proxy handler and dialer
- Host: GitHub
- URL: https://github.com/wzshiming/httpproxy
- Owner: wzshiming
- License: mit
- Created: 2018-07-18T09:42:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T08:47:47.000Z (7 months ago)
- Last Synced: 2024-10-29T10:48:21.193Z (6 months ago)
- Topics: http-proxy-handler, http-server, proxy, proxy-server
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - httpproxy - HTTP proxy handler and dialer. (Networking / Transliteration)
- zero-alloc-awesome-go - httpproxy - HTTP proxy handler and dialer. (Networking / Transliteration)
- awesome-go-extra - httpproxy - 07-18T09:42:34Z|2021-11-13T08:25:28Z| (Networking / Uncategorized)
README
# http proxy
HTTP proxy handler and dialer
[](https://github.com/wzshiming/httpproxy/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/httpproxy)
[](https://godoc.org/github.com/wzshiming/httpproxy)
[](https://github.com/wzshiming/httpproxy/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/httpproxy)This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone
The following is the implementation of other proxy protocols
- [Socks4](https://github.com/wzshiming/socks4)
- [Socks5](https://github.com/wzshiming/socks5)
- [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [Any Proxy](https://github.com/wzshiming/anyproxy)
- [Emux](https://github.com/wzshiming/emux)## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/httpproxy)
[Example](https://github.com/wzshiming/httpproxy/blob/master/cmd/httpproxy/main.go)
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/httpproxy/blob/master/LICENSE) for the full license text.