configureClient

open override fun KtorTestClientConfig.configureClient()

A function called for every created client for the application.

You can use this to apply required presets. For example, DefaultKtorTestApplication uses this to call applyDefaultsModule which applies AppDefaults settings to make the client work.