-
# Describe the bug
get() method of RxHttp is not working without get({})
# Expected Behavior
get() method of RxHttp should work without get({})
# To Reproduce
# Url (stackblitz …
-
Verbose里信息太多,个人习惯放到erro里查看,希望能暴露设置打印级别的方法。
-
-
2020-01-09 15:38:34.914 15484-15484/com.yunshi.phone E/TAG: currentProgress100
2020-01-09 15:38:34.914 15484-15484/com.yunshi.phone E/TAG: currentSize119848290
2020-01-09 15:38:34.914 15484-15484/co…
-
因为base64编码生成的字符串中含有 “=” 等字符,Gson默认会对 “=” 字符进行处理,导致出错。
需要在 Gson builder时,加入 disableHtmlEscaping
builder.disableHtmlEscaping().create();
refer to :
https://stackoverflow.com/questions/32266321/b…
-
我在阅读这个 demo 项目,rebuild 过,项目可以跑起来,但是代码中仍然报红。
我在自己的项目中依赖 RxHttp 也是找不到这个类。
对此作者有什么建议吗?
![微信截图_20190712232315.png](https://i.loli.net/2019/07/12/5d28a5f4be31f93420.png)
-
RxHttp: throwable = rxhttp.wrapper.exception.ParseException: Method=GET Code=-1
url = https://api.apiopen.top/getJoke?page=1&count=2&type=video
Message = data parse fail
-
-
如果我想在请求的时候,页面显示弹窗 请求结束弹窗关闭,并且同一个页面所有请求都结束的时候才关闭弹窗.这个RxLife有可以实现的方法么?
-
## Current Behavior:
On error, the `observer.error` callback is triggered with either a string of `"connectionRefused"` or an http error code.
-- See https://github.com/mkeen/rxhttp/blob/ma…
mkeen updated
5 years ago