https://github.com/fishy/httpsproxy
A Go library to provide a http serve mux that can be used as an https proxy
https://github.com/fishy/httpsproxy
go golang golang-library https https-proxy proxy
Last synced: 10 months ago
JSON representation
A Go library to provide a http serve mux that can be used as an https proxy
- Host: GitHub
- URL: https://github.com/fishy/httpsproxy
- Owner: fishy
- License: bsd-3-clause
- Created: 2018-10-13T21:10:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T10:36:04.000Z (about 5 years ago)
- Last Synced: 2025-02-01T18:44:14.756Z (12 months ago)
- Topics: go, golang, golang-library, https, https-proxy, proxy
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/go.yhsif.com/httpsproxy)
[](https://goreportcard.com/report/go.yhsif.com/httpsproxy)
# httpsproxy
`httpsproxy` is a [Go](https://golang.org)
library provides an http serve mux that can work as an HTTPS proxy for a site
with self-signed https certificate.
## Why?
The main user of this library is
[`blynk-proxy`](https://github.com/fishy/blynk-proxy),
please refer to its
[README](https://github.com/fishy/blynk-proxy/blob/master/README.md)
for more information.
This library is moved out of `blynk-proxy` project because I believe others
facing similar situation could benefit from it.
## Example
Please refer to
[pkg.go.dev example](https://pkg.go.dev/go.yhsif.com/httpsproxy?tab=doc#example-package)
or
[blynk-proxy code](https://github.com/fishy/blynk-proxy/blob/master/main.go).
## License
[BSD 3-Clause](LICENSE).