Versions in this module Expand all Collapse all v0 v0.24.0 Jan 13, 2025 v0.23.0 Nov 10, 2023 Changes in this version + func CertPoolFromFile(filename string) (*x509.CertPool, error) + func CertificateFromFile(certFile, keyFile, password string) (tls.Certificate, error) + func FilterPEM(pemBlocks []byte, filter func(*pem.Block) bool) ([]byte, error) + func FlushOnWrite(w http.ResponseWriter) http.ResponseWriter + func ForwardedIPFromContext(ctx context.Context) net.IP + type TLSProxy struct + CertHeader string + VerifyOptions *x509.VerifyOptions + func (p *TLSProxy) Add(identity kes.Identity) + func (p *TLSProxy) Is(identity kes.Identity) bool + func (p *TLSProxy) Verify(req *http.Request) error