dio_log icon indicating copy to clipboard operation
dio_log copied to clipboard

Dio网络请求库的log显示插件

Results 10 dio_log issues
Sort by recently updated
recently updated
newest added

styling has been modified. constructor variable has been modified

可以把dio依赖版本升级到5.*么?

1、update dio 5.0.0 2、fix DioLogInterceptor

There are prints in saveResponse method. Also it crashes when DioLogInterceptor tries to convert pdf to json in saveResponse method error: Converting object to an encodable object failed: Instance of...

Bumps [dio](https://github.com/cfug/dio) from 4.0.6 to 5.0.3. Release notes Sourced from dio's releases. dio 5.0.3 What's new Imply List<Map> as JSON content in ImplyContentTypeInterceptor. Fix FormData encoding for collections and objects....

dependencies

I am using dio_log version 2.0.1 and I have an issue when viewing the log of the API request with a very long string (example: base64 image string) the app...

通过抓包工具和dio_log的日志看,发送的请求的header中的User-Agent等默认添加的字段在抓包工具的记录中可看到,但是在dio_log中看不到。能否在这方面完善一下?谢谢