Documentation ¶
Index ¶
- type ConnectionStates
- type Lingress
- func (instance *Lingress) Init(stop support.Channel) error
- func (instance *Lingress) OnConnState(connector server.Connector, conn net.Conn, state http.ConnState)
- func (instance *Lingress) RegisterFlag(fe support.FlagEnabled, appPrefix string) error
- func (instance *Lingress) ServeHTTP(connector server.Connector, resp http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionStates ¶ added in v0.1.19
type Lingress ¶
type Lingress struct { RulesRepository rules.CombinedRepository Proxy *proxy.Proxy Fallback *fallback.Fallback Management *management.Management Http *server.HttpConnector Https *server.HttpConnector AccessLogQueueSize uint16 InlineAccessLog bool // contains filtered or unexported fields }
func (*Lingress) OnConnState ¶ added in v0.2.0
func (*Lingress) RegisterFlag ¶
func (instance *Lingress) RegisterFlag(fe support.FlagEnabled, appPrefix string) error
Click to show internal directories.
Click to hide internal directories.