KenworkHttpClient

Shared KMP client policy. Products provide the platform engine and own request semantics.

Functions

Link copied to clipboard
fun create(engine: HttpClientEngine, json: Json = Json { ignoreUnknownKeys = true }, followRedirects: Boolean = false): HttpClient
fun <T : HttpClientEngineConfig> create(engineFactory: HttpClientEngineFactory<T>, json: Json = Json { ignoreUnknownKeys = true }, followRedirects: Boolean = false): HttpClient