Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// TLS enables handler to look up TLS ClientHello from reservoir.
//
// Mutually exclusive with QUIC. One and only one of TLS or QUIC must be true.
TLS bool `json:"tls,omitempty"`
// QUIC enables handler to look up QUIC ClientHello from reservoir.
//
// Mutually exclusive with TLS. One and only one of TLS or QUIC must be true.
QUIC bool `json:"quic,omitempty"`
// contains filtered or unexported fields
}
func (Handler) CaddyModule ¶
func (Handler) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
Click to show internal directories.
Click to hide internal directories.