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

Struct httpService

ingress/origin_service.go:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type httpService struct {
71 url *url.URL
72 hostHeader string
73 transport *http.Transport
74 matchSNIToHost bool
75}
76
77func (o *httpService) start(log *zerolog.Logger, _ <-chan struct{}, cfg OriginRequestConfig) error {
78 transport, err := newHTTPTransport(o, cfg, log)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected