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