Package io.ktor.client.engine.ios

Types

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

Challenge handler type for NSURLSession.

Link copied to clipboard
object Ios

HttpClientEngineFactory using a NSURLRequest in implementation with the associated requestConfig HttpClientEngineConfig.

Link copied to clipboard
class IosClientEngineConfig

Custom IosClientEngine config.

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