menu
rxnet_plus package
documentation
rxnet_lib.dart
AdapterBaseOptions
followRedirects property
followRedirects property
dark_mode
light_mode
followRedirects
property
bool
followRedirects
final
是否跟随重定向
默认为
true
。DioAdapter 直接映射,HttpAdapter 通过自定义 Client 实现。
Implementation
final bool followRedirects;
rxnet_plus package
documentation
rxnet_lib
AdapterBaseOptions
followRedirects property
AdapterBaseOptions class