A Go library to provide a http serve mux that can be used as an https proxy
- Go 100%
| .editorconfig | ||
| cert_pool.go | ||
| cert_pool_test.go | ||
| client.go | ||
| doc.go | ||
| doc_test.go | ||
| go.mod | ||
| LICENSE | ||
| mux.go | ||
| README.md | ||
| url_test.go | ||
httpsproxy
httpsproxy is a Go
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,
please refer to its
README
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 or blynk-proxy code.