Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2024 Changes in this version + func Handle(h http.Handler, opts ...OptFunc) error + func HandleWithCtx(ctx context.Context, h http.Handler, opts ...OptFunc) error + type OptFunc func(*opts) + func WithPathToCACertificate(path string) OptFunc + func WithPreferredSubdomain(name string) OptFunc + func WithRPCAddress(addr string) OptFunc + func WithTLS() OptFunc