MCPcopy
hub / github.com/caddyserver/caddy / ProxyFromNone

Struct ProxyFromNone

modules/internal/network/networkproxy.go:113–113  ·  view source on GitHub ↗

The "none" proxy source module disables the use of network proxy.

Source from the content-addressed store, hash-verified

111
112// The "none" proxy source module disables the use of network proxy.
113type ProxyFromNone struct{}
114
115func (p ProxyFromNone) CaddyModule() caddy.ModuleInfo {
116 return caddy.ModuleInfo{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected