MCPcopy Index your code
hub / github.com/zalando/skipper / Response

Method Response

script/script.go:288–292  ·  view source on GitHub ↗
(f filters.FilterContext)

Source from the content-addressed store, hash-verified

286}
287
288func (s *script) Response(f filters.FilterContext) {
289 if s.hasResponse {
290 s.runFunc("response", f)
291 }
292}
293
294func (s *script) runFunc(name string, f filters.FilterContext) {
295 L, err := s.getState()

Callers

nothing calls this directly

Calls 1

runFuncMethod · 0.95

Tested by

no test coverage detected