(fr filters.Registry, doc string, params Params, preprocs []routing.PreProcessor)
| 247 | } |
| 248 | |
| 249 | func newTestProxyWithFiltersAndParams(fr filters.Registry, doc string, params Params, preprocs []routing.PreProcessor) (*testProxy, error) { |
| 250 | return newCustomTestProxy(nil, fr, doc, params, preprocs) |
| 251 | } |
| 252 | |
| 253 | func newTestProxyWithFilters(fr filters.Registry, doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) { |
| 254 | return newTestProxyWithFiltersAndParams(fr, doc, Params{Flags: flags, PriorityRoutes: pr}, nil) |
no test coverage detected
searching dependent graphs…