Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
type
AuthHandler
interface
{
23
Handle(io.Reader, io.Writer) error
24
Register(uint8, Authenticator)
25
}
26
Callers
4
newMetricsHandler
Function · 0.65
Handle
Method · 0.65
Serve
Method · 0.65
applyIngressMiddleware
Method · 0.65
Implementers
1
StandardAuthHandler
socks/auth_handler.go
Calls
no outgoing calls
Tested by
no test coverage detected