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

Method String

modules/caddyhttp/reverseproxy/hosts.go:71–71  ·  view source on GitHub ↗

(pointer receiver necessary to avoid a race condition, since copying the Upstream reads the 'unhealthy' field which is accessed atomically)

()

Source from the content-addressed store, hash-verified

69// copying the Upstream reads the 'unhealthy' field which is
70// accessed atomically)
71func (u *Upstream) String() string { return u.Dial }
72
73// Available returns true if the remote host
74// is available to receive requests. This is

Callers 15

fillHostMethod · 0.95
fillDynamicHostMethod · 0.95
TestRewriteFunction · 0.45
ServeHTTPMethod · 0.45
buildQueryStringFunction · 0.45
ServeHTTPMethod · 0.45
ProvisionMethod · 0.45
addLogFieldMethod · 0.45
TestNestedIncludeFunction · 0.45
funcIncludeMethod · 0.45
funcReadFileMethod · 0.45
funcHTTPIncludeMethod · 0.45

Calls

no outgoing calls