mrmike/Ok2Curl

Tips: not work for okhttp_3.x version

1196455690 opened this issue · 1 comments

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.

Thanks for reporting that, I'll investigate this sisue