Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { // give new http.MethocConnect http.Request NewRequest func(string, io.ReadCloser) *http.Request // for connect to proxy server http.Client // contains filtered or unexported fields }
Hander is ...
func NewHandler ¶
NewHandler is ...
func (*Handler) HandlePacket ¶
func (h *Handler) HandlePacket(conn gonet.PacketConn) error
HandlePacket is ...
Click to show internal directories.
Click to hide internal directories.