//okhttp/okhttp3/Response/isRedirect
isRedirect¶
[common, jvm, nonJvm]\ [common]\ expect val isRedirect: Boolean
[jvm, nonJvm]\ actual val isRedirect: Boolean
Returns true if this response redirects to another resource.
//okhttp/okhttp3/Response/isRedirect
[common, jvm, nonJvm]\ [common]\ expect val isRedirect: Boolean
[jvm, nonJvm]\ actual val isRedirect: Boolean
Returns true if this response redirects to another resource.