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.1
type ClientConfig struct { }
ClientConfig for HTTP proxy client.
func (*ClientConfig) Descriptor ¶
func (*ClientConfig) Descriptor() ([]byte, []int)
func (*ClientConfig) ProtoMessage ¶
func (*ClientConfig) ProtoMessage()
func (*ClientConfig) Reset ¶
func (m *ClientConfig) Reset()
func (*ClientConfig) String ¶
func (m *ClientConfig) String() string
type Server ¶ added in v1.17.1
Server is a HTTP proxy server.
func NewServer ¶ added in v1.17.1
func NewServer(ctx context.Context, config *ServerConfig) (*Server, error)
NewServer creates a new HTTP inbound handler.
func (*Server) Network ¶
func (*Server) Network() v2net.NetworkList
type ServerConfig ¶
type ServerConfig struct {
Timeout uint32 `protobuf:"varint,1,opt,name=timeout" json:"timeout,omitempty"`
}
Config for HTTP proxy server.
func (*ServerConfig) Descriptor ¶
func (*ServerConfig) Descriptor() ([]byte, []int)
func (*ServerConfig) GetTimeout ¶
func (m *ServerConfig) GetTimeout() uint32
func (*ServerConfig) ProtoMessage ¶
func (*ServerConfig) ProtoMessage()
func (*ServerConfig) Reset ¶
func (m *ServerConfig) Reset()
func (*ServerConfig) String ¶
func (m *ServerConfig) String() string
Click to show internal directories.
Click to hide internal directories.