(req *fasthttp.Request, resp *fasthttp.Response)
| 290 | // fasthttp.LBClient) can participate in redirect handling. |
| 291 | type redirectClient interface { |
| 292 | Do(req *fasthttp.Request, resp *fasthttp.Response) error |
| 293 | } |
| 294 | |
| 295 | // doRedirectsWithClient mirrors fasthttp's redirect loop for transports that do |
no outgoing calls