MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Handle

Method Handle

socks/auth_handler.go:23–23  ·  view source on GitHub ↗
(io.Reader, io.Writer)

Source from the content-addressed store, hash-verified

21// AuthHandler handles socks authentication requests
22type AuthHandler interface {
23 Handle(io.Reader, io.Writer) error
24 Register(uint8, Authenticator)
25}
26

Callers 4

newMetricsHandlerFunction · 0.65
HandleMethod · 0.65
ServeMethod · 0.65

Implementers 1

StandardAuthHandlersocks/auth_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected