Documentation ¶
Index ¶
- type Client
- type ClientConfig
- type Server
- type ServerConfig
- func (*ServerConfig) Descriptor() ([]byte, []int)
- func (m *ServerConfig) GetAccounts() map[string]string
- func (m *ServerConfig) GetAllowTransparent() bool
- func (m *ServerConfig) GetTimeout() uint32
- func (m *ServerConfig) GetUserLevel() uint32
- func (sc *ServerConfig) HasAccount(username, password string) bool
- func (*ServerConfig) ProtoMessage()
- func (m *ServerConfig) Reset()
- func (m *ServerConfig) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶ added in v1.17.2
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.2
type Server struct {
// contains filtered or unexported fields
}
Server is a HTTP proxy server.
func NewServer ¶ added in v1.17.2
func NewServer(ctx context.Context, config *ServerConfig) (*Server, error)
NewServer creates a new HTTP inbound handler.
func (*Server) Network ¶
func (*Server) Network() net.NetworkList
type ServerConfig ¶
type ServerConfig struct { Timeout uint32 `protobuf:"varint,1,opt,name=timeout" json:"timeout,omitempty"` Accounts map[string]string `` /* 136-byte string literal not displayed */ AllowTransparent bool `protobuf:"varint,3,opt,name=allow_transparent,json=allowTransparent" json:"allow_transparent,omitempty"` UserLevel uint32 `protobuf:"varint,4,opt,name=user_level,json=userLevel" json:"user_level,omitempty"` }
Config for HTTP proxy server.
func (*ServerConfig) Descriptor ¶
func (*ServerConfig) Descriptor() ([]byte, []int)
func (*ServerConfig) GetAccounts ¶
func (m *ServerConfig) GetAccounts() map[string]string
func (*ServerConfig) GetAllowTransparent ¶
func (m *ServerConfig) GetAllowTransparent() bool
func (*ServerConfig) GetTimeout ¶
func (m *ServerConfig) GetTimeout() uint32
func (*ServerConfig) GetUserLevel ¶
func (m *ServerConfig) GetUserLevel() uint32
func (*ServerConfig) HasAccount ¶
func (sc *ServerConfig) HasAccount(username, password string) bool
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.