Kotlin Multiplatform HTTP-Client using Ktor
Simple demonstration of a Ktor-based multiplatform HTTP-client in Kotlin
Overview
base
submodule: common classes and interface (externalized in a library)client
submodule: multiplatform HTTP-client implementation for jvm & jsserver
submodule: Ktor-server providing an HTTP-API for testing the clients
How to run
- start the test-cases for jvm and js platform with:
./gradlew check
- all tests should be succeeded
- play around with it