handler

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	COPY_BUF    = 128 * 1024
	BAD_REQ_MSG = "Bad Request\n"
)

Variables

This section is empty.

Functions

func NewSocksServer added in v1.9.0

func NewSocksServer(dialer dialer.ContextDialer, logger *log.Logger) (*socks5.Server, error)

Types

type DummySocksResolver added in v1.13.0

type DummySocksResolver struct{}

func (DummySocksResolver) Resolve added in v1.13.0

func (_ DummySocksResolver) Resolve(ctx context.Context, name string) (context.Context, net.IP, error)

type ProxyHandler

type ProxyHandler struct {
	// contains filtered or unexported fields
}

func NewProxyHandler

func NewProxyHandler(dialer dialer.ContextDialer, logger *clog.CondLogger) *ProxyHandler

func (*ProxyHandler) HandleRequest

func (s *ProxyHandler) HandleRequest(wr http.ResponseWriter, req *http.Request)

func (*ProxyHandler) HandleTunnel

func (s *ProxyHandler) HandleTunnel(wr http.ResponseWriter, req *http.Request)

func (*ProxyHandler) ServeHTTP

func (s *ProxyHandler) ServeHTTP(wr http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL