MCPcopy
hub / github.com/cloudflare/cloudflared / unixSocketPath

Struct unixSocketPath

ingress/origin_service.go:43–47  ·  view source on GitHub ↗

unixSocketPath is an OriginService representing a unix socket (which accepts HTTP or HTTPS)

Source from the content-addressed store, hash-verified

41
42// unixSocketPath is an OriginService representing a unix socket (which accepts HTTP or HTTPS)
43type unixSocketPath struct {
44 path string
45 scheme string
46 transport *http.Transport
47}
48
49func (o *unixSocketPath) String() string {
50 scheme := ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected