package
0.0.0-20240925030927-d1e3643add27
Repository: https://github.com/cloudwego/hertz-examples.git
Documentation: pkg.go.dev
# README
How to run
start tls server and normal server
go run tls/main.go
Accessing the tls server through the reverse proxy
Visit https://127.0.0.1:8005/backend by GET method.