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

Method ProxyFunc

modules.go:376–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374// interface.
375type ProxyFuncProducer interface {
376 ProxyFunc() func(*http.Request) (*url.URL, error)
377}
378
379var (

Callers 2

makeIssuerTemplateMethod · 0.65
NewTransportMethod · 0.65

Implementers 2

ProxyFromURLmodules/internal/network/networkproxy.
ProxyFromNonemodules/internal/network/networkproxy.

Calls

no outgoing calls

Tested by

no test coverage detected