Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ ValidateRequest
Method
ValidateRequest
validation/validation.go:214–216 ·
view source on GitHub ↗
(ctx context.Context, r *http.Request)
Source
from the content-addressed store, hash-verified
212
}
213
214
func
(a *Access) ValidateRequest(ctx context.Context, r *http.Request) error {
215
return
a.Validate(ctx, r.Header.Get(accessJwtHeader))
216
}
Callers
1
TestNewAccessValidatorOk
Function · 0.80
Calls
2
Validate
Method · 0.95
Get
Method · 0.80
Tested by
1
TestNewAccessValidatorOk
Function · 0.64