Skip to content

Multiplatform HTTP-Client implementation using Ktor

License

Notifications You must be signed in to change notification settings

jamowei/mpp-client

Repository files navigation

Kotlin Multiplatform HTTP-Client using Ktor

build

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 & js
  • server submodule: Ktor-server providing an HTTP-API for testing the clients

How to run

  1. start the test-cases for jvm and js platform with: ./gradlew check
  2. all tests should be succeeded
  3. play around with it

About

Multiplatform HTTP-Client implementation using Ktor

Topics

Resources

License

Stars

Watchers

Forks

Languages