Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opt ¶
type Opt struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*Opt)
func WithClientCerts ¶
func WithClientCerts(certs []tls.Certificate) Option
WithClientCerts sets the mTLS client certificates.
func WithExtensions ¶
WithExtensions sets the proxy behaviour for matching extensions.
func WithRootCAs ¶
WithRootCAs sets CA roots for TLS connections.
Click to show internal directories.
Click to hide internal directories.