followRedirects property

bool followRedirects
final

是否跟随重定向

默认为 true。DioAdapter 直接映射,HttpAdapter 通过自定义 Client 实现。

Implementation

final bool followRedirects;