Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackHole ¶
type BlackHole struct {
// contains filtered or unexported fields
}
BlackHole is an outbound connection that sliently swallow the entire payload.
func NewBlackHole ¶
func NewBlackHole(space app.Space, config *Config, meta *proxy.OutboundHandlerMeta) *BlackHole
type Factory ¶ added in v1.17.1
type Factory struct{}
func (*Factory) Create ¶ added in v1.17.1
func (this *Factory) Create(space app.Space, config interface{}, meta *proxy.OutboundHandlerMeta) (proxy.OutboundHandler, error)
func (*Factory) StreamCapability ¶ added in v1.17.1
func (this *Factory) StreamCapability() internet.StreamConnectionType
type HTTPResponse ¶ added in v1.17.1
type HTTPResponse struct {
}
type NoneResponse ¶ added in v1.17.1
type NoneResponse struct{}
Click to show internal directories.
Click to hide internal directories.