RxDownload
RxDownload copied to clipboard
how to change request in rxdownload
hi friends. i want to handle timeout (connection timeout and read timeout) in RxDownload. how should i do this? there is only a timeout which does not specify what kind of timeout it is (no connection timeout or read timeout or write timeout) if i must change the okhttpClient , how should i do this in kotlin?
you can custom your own requestimpl to handle it:
thanks. but i don't know how should i do this? how create a RequestImpl? and how set okhttpClient in this request?