createClient

abstract fun createClient(    appName: String?,     block: HttpClientConfig<out HttpClientEngineConfig>.() -> Unit): HttpClient

Retrieves a HttpClient with default configurations and the configurations provided in the given block for the KtorTestApplication with the given name.


open override fun createClient(block: HttpClientConfig<out HttpClientEngineConfig>.() -> Unit): HttpClient