Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

HTTP proxy handler and dialer

Awesome Lists containing this project

README

        

# http proxy

HTTP proxy handler and dialer

[![Build](https://github.com/wzshiming/httpproxy/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/httpproxy/actions/workflows/go-cross-build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/httpproxy)](https://goreportcard.com/report/github.com/wzshiming/httpproxy)
[![GoDoc](https://godoc.org/github.com/wzshiming/httpproxy?status.svg)](https://godoc.org/github.com/wzshiming/httpproxy)
[![GitHub license](https://img.shields.io/github/license/wzshiming/httpproxy.svg)](https://github.com/wzshiming/httpproxy/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/httpproxy)](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.