Documentation ¶
Overview ¶
Package http is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/http/config.proto
It has these top-level messages:
ServerConfig ClientConfig
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(config *ServerConfig, packetDispatcher dispatcher.PacketDispatcher, meta *proxy.InboundHandlerMeta) *Server
func (*Server) GenerateResponse ¶ added in v1.17.1
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) ProtoMessage ¶
func (*ServerConfig) ProtoMessage()
func (*ServerConfig) Reset ¶
func (m *ServerConfig) Reset()
func (*ServerConfig) String ¶
func (m *ServerConfig) String() string
type ServerFactory ¶ added in v1.17.1
type ServerFactory struct{}
func (*ServerFactory) Create ¶ added in v1.17.1
func (this *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)
func (*ServerFactory) StreamCapability ¶ added in v1.17.1
func (this *ServerFactory) StreamCapability() v2net.NetworkList
Click to show internal directories.
Click to hide internal directories.