Tips: not work for okhttp_3.x version
1196455690 opened this issue · 1 comments
1196455690 commented
System.err:
Caused by: java.lang.ClassCastException: okhttp3.Headers cannot be cast to java.lang.Iterable
Because of:
okhttp3.Headers will extends Iterable until after okttp_4.x.
Maybe need add to README.
mrmike commented
Thanks for reporting that, I'll investigate this sisue