Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
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 ¶
Server is a HTTP proxy server.
func NewServer ¶
func NewServer(config *ServerConfig, space app.Space, meta *proxy.InboundHandlerMeta) *Server
NewServer creates a new HTTP inbound handler.
func (*Server) GenerateResponse ¶
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
type ServerFactory ¶
type ServerFactory struct{}
ServerFactory is a InboundHandlerFactory.
func (*ServerFactory) Create ¶
func (v *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)
Create implements InboundHandlerFactory.Create().
func (*ServerFactory) StreamCapability ¶
func (v *ServerFactory) StreamCapability() v2net.NetworkList
StreamCapability implements InboundHandlerFactory.StreamCapability().
Click to show internal directories.
Click to hide internal directories.