Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsConnectionClosed ¶ added in v1.1.0
Types ¶
type ActionNotAllowedError ¶ added in v1.1.0
type ActionNotAllowedError struct {
// contains filtered or unexported fields
}
func (ActionNotAllowedError) Error ¶ added in v1.1.0
func (e ActionNotAllowedError) Error() string
type Proxy ¶
type Proxy struct {
Config common.ProxyConfig
TLSConfig *tls.Config
Closing bool
WG sync.WaitGroup
Logger zerolog.Logger
// contains filtered or unexported fields
}
func NewBaseProxy ¶
func (*Proxy) RunFilters ¶
RunFilters return true if entity passed all checks and false if filtered.
Click to show internal directories.
Click to hide internal directories.