MCPcopy
hub / github.com/gorilla/websocket / proxy_direct

Struct proxy_direct

x_net_proxy.go:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type proxy_direct struct{}
22
23// Direct is a direct proxy: one that makes network connections directly.
24var proxy_Direct = proxy_direct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected