Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ Request
Method
Request
script/script.go:282–286 ·
view source on GitHub ↗
(f filters.FilterContext)
Source
from the content-addressed store, hash-verified
280
}
281
282
func
(s *script) Request(f filters.FilterContext) {
283
if
s.hasRequest {
284
s.runFunc(
"request"
, f)
285
}
286
}
287
288
func
(s *script) Response(f filters.FilterContext) {
289
if
s.hasResponse {
Callers
nothing calls this directly
Calls
1
runFunc
Method · 0.95
Tested by
no test coverage detected