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

Method Name

ingress/middleware/middleware.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16type Handler interface {
17 Name() string
18 Handle(ctx context.Context, r *http.Request) (result *HandleResult, err error)
19}

Callers 11

TestFunnelIdleTimeoutFunction · 0.65
TestReuseFunnelFunction · 0.65
TestParseEchoReplyFunction · 0.65
TestParseEchoV6ReplyFunction · 0.65
testSendEchoErrorsFunction · 0.65
TestTraceICMPRouterEchoFunction · 0.65
TestSingleOriginServicesFunction · 0.65

Implementers 1

JWTValidatoringress/middleware/jwtvalidator.go

Calls

no outgoing calls

Tested by 11

TestFunnelIdleTimeoutFunction · 0.52
TestReuseFunnelFunction · 0.52
TestParseEchoReplyFunction · 0.52
TestParseEchoV6ReplyFunction · 0.52
testSendEchoErrorsFunction · 0.52
TestTraceICMPRouterEchoFunction · 0.52
TestSingleOriginServicesFunction · 0.52