MCPcopy Create free account
hub / github.com/zalando/skipper / HandleErrorResponse

Method HandleErrorResponse

proxy/proxy.go:2057–2057  ·  view source on GitHub ↗

HandleErrorResponse returns true if a filter wants to get called

()

Source from the content-addressed store, hash-verified

2055type errorHandlerFilter interface {
2056 // HandleErrorResponse returns true if a filter wants to get called
2057 HandleErrorResponse() bool
2058}
2059
2060func (p *Proxy) applyFiltersOnError(ctx *context, filters []*routing.RouteFilter) {

Callers 2

applyFiltersOnErrorMethod · 0.65

Implementers 5

fifoFilterfilters/scheduler/fifo.go
lifoFilterfilters/scheduler/lifo.go
lifoGroupFilterfilters/scheduler/lifo.go
admissionControlfilters/shedder/admission.go
apiUsageMonitoringFilterfilters/apiusagemonitoring/filter.go

Calls

no outgoing calls

Tested by 1