MCPcopy 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
282func (s *script) Request(f filters.FilterContext) {
283 if s.hasRequest {
284 s.runFunc("request", f)
285 }
286}
287
288func (s *script) Response(f filters.FilterContext) {
289 if s.hasResponse {

Callers

nothing calls this directly

Calls 1

runFuncMethod · 0.95

Tested by

no test coverage detected