rxhttp
rxhttp copied to clipboard
关于自动生成的扩展函数类RxHttpExtension.kt问题
为什么我这边生成的RxHttpExtension.kt类中没有toAwaitResponse()方法,只有executeList()和executeClass()两个方法?
toXxxResponse系列方法,是通过自定义解析器生成的
明白了,感谢!