yale8848 / RetrofitCache

RetrofitCache让retrofit2+okhttp3+rxjava配置缓存如此简单。通过注解配置,可以针对每一个接口灵活配置缓存策略;同时让每一个接口方便支持数据模拟,可以代码减小侵入性,模拟数据可以从内存,Assets,url轻松获取。
MIT License
676 stars 85 forks source link

不支持https?? #46

Open hghlrf opened 3 years ago

hghlrf commented 3 years ago

Mobile:

Android OS:

NetWork:

URL:

LIB Version:


hghlrf commented 3 years ago

https 请求报 java.lang.NullPointerException: Attempt to invoke virtual method 'okhttp3.CipherSuite okhttp3.Handshake.cipherSuite()' on a null object reference

yale8848 commented 3 years ago

支持的,你发个测试链接看看