(fr filters.Registry, proxyParams proxy.Params, routes ...*eskip.Route)
| 69 | } |
| 70 | |
| 71 | func WithParams(fr filters.Registry, proxyParams proxy.Params, routes ...*eskip.Route) *TestProxy { |
| 72 | return WithParamsAndRoutingOptions(fr, proxyParams, routing.Options{FilterRegistry: fr}, routes...) |
| 73 | } |
| 74 | |
| 75 | func New(fr filters.Registry, routes ...*eskip.Route) *TestProxy { |
| 76 | return WithParams(fr, proxy.Params{CloseIdleConnsPeriod: -time.Second}, routes...) |
searching dependent graphs…