Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StripHopByHopHeaders ¶ added in v1.9.1
func StripHopByHopHeaders(request *http.Request)
@VisibleForTesting
Types ¶
type ChanReader ¶ added in v1.9.1
type ChanReader struct {
// contains filtered or unexported fields
}
func NewChanReader ¶ added in v1.9.1
func NewChanReader(stream v2io.Reader) *ChanReader
type HttpProxyServer ¶
type HttpProxyServer struct {
sync.Mutex
// contains filtered or unexported fields
}
func NewHttpProxyServer ¶
func NewHttpProxyServer(config *Config, packetDispatcher dispatcher.PacketDispatcher) *HttpProxyServer
Click to show internal directories.
Click to hide internal directories.