pull/977/head
parent
3f4bf36ba2
commit
b86339364d
@ -1,4 +1,4 @@ |
|||||||
package io.legado.app.utils |
package io.legado.app.help.http |
||||||
|
|
||||||
import kotlinx.coroutines.suspendCancellableCoroutine |
import kotlinx.coroutines.suspendCancellableCoroutine |
||||||
import okhttp3.Call |
import okhttp3.Call |
@ -0,0 +1,12 @@ |
|||||||
|
package io.legado.app.help.http |
||||||
|
|
||||||
|
import okhttp3.Interceptor |
||||||
|
import okhttp3.Response |
||||||
|
|
||||||
|
class RetryInterceptor : Interceptor { |
||||||
|
|
||||||
|
override fun intercept(chain: Interceptor.Chain): Response { |
||||||
|
TODO("Not yet implemented") |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue