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

Function IsLBProbeRequest

connection/connection.go:319–321  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

317}
318
319func IsLBProbeRequest(req *http.Request) bool {
320 return strings.HasPrefix(req.UserAgent(), lbProbeUserAgentPrefix)
321}

Callers 2

newHTTPLoggerFunction · 0.92
ServeHTTPMethod · 0.85

Calls 1

UserAgentMethod · 0.80

Tested by

no test coverage detected