A Go library to provide a http serve mux that can be used as an https proxy
Find a file
2020-12-27 02:34:21 -08:00
.editorconfig Initial commit 2018-10-13 14:08:59 -07:00
cert_pool.go Initial commit 2018-10-13 14:08:59 -07:00
cert_pool_test.go Change to vanity URL 2020-12-27 02:34:21 -08:00
client.go Fix godoc again 2018-10-14 12:49:19 -07:00
doc.go Change to vanity URL 2020-12-27 02:34:21 -08:00
doc_test.go Change to vanity URL 2020-12-27 02:34:21 -08:00
go.mod Change to vanity URL 2020-12-27 02:34:21 -08:00
LICENSE Initial commit 2018-10-13 14:08:59 -07:00
mux.go Change to vanity URL 2020-12-27 02:34:21 -08:00
README.md Change to vanity URL 2020-12-27 02:34:21 -08:00
url_test.go Change to vanity URL 2020-12-27 02:34:21 -08:00

PkgGoDev Go Report Card

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.

License

BSD 3-Clause.