Package io.ktor.client.engine.darwin

Types

Link copied to clipboard
typealias ChallengeHandler = (<ERROR CLASS>, <ERROR CLASS>, <ERROR CLASS>, completionHandler: (<ERROR CLASS>, <ERROR CLASS>?) -> Unit) -> Unit

A challenge handler type for NSURLSession.

Link copied to clipboard
object Darwin

A Kotlin/Native client engine that targets Darwin-based operating systems (such as macOS, iOS, tvOS, and so on) and uses NSURLSession internally.

Link copied to clipboard
class DarwinClientEngineConfig

A configuration for the Darwin client engine.

Link copied to clipboard
class DarwinHttpRequestException(origin: <ERROR CLASS>)