Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StripHopByHopHeaders ¶ added in v1.9.1
@VisibleForTesting
Types ¶
type ClientConfig ¶ added in v1.17.2
type ClientConfig struct { }
ClientConfig for HTTP proxy client.
type Server ¶ added in v1.17.2
Server is a HTTP proxy server.
func NewServer ¶ added in v1.17.2
func NewServer(config *Config, packetDispatcher dispatcher.PacketDispatcher, meta *proxy.InboundHandlerMeta) *Server
func (*Server) GenerateResponse ¶ added in v1.17.2
type ServerFactory ¶ added in v1.17.2
type ServerFactory struct{}
func (*ServerFactory) Create ¶ added in v1.17.2
func (this *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)
func (*ServerFactory) StreamCapability ¶ added in v1.17.2
func (this *ServerFactory) StreamCapability() internet.StreamConnectionType
Click to show internal directories.
Click to hide internal directories.