RxHttp
RxHttp copied to clipboard
下载文件有问题。。。下载不了。
这个response根本不会有任何返回
val observableFinal = observable.map { body -> if (request is DownloadRequest) { val downloadConverter: DownloadConverter<T> = DownloadConverter(request, callback as DownloadCallback) downloadConverter.convert(body, callback.type) } else { GsonConverter<T>().convert(body, callback.type) } }.compose(RxSchedulers.ioToMain())