Simple demonstration of a Ktor-based multiplatform HTTP-client in Kotlin
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
- start the test-cases for jvm and js platform with:
./gradlew check
- all tests should be succeeded
- play around with it