Skip to content

//okhttp/okhttp3/Call/clone

clone

[common]\ expect abstract fun clone(): Call

Create a new, identical call to this one which can be enqueued or executed even if this call has already been.

[jvm, nonJvm]\ [jvm]\ actual abstract override fun clone(): Call

[nonJvm]\ actual abstract fun clone(): Call