Docs

Ktor

v3.x

Async web framework & client.

webhttp

Install

gradle
kotlin
implementation("io.ktor:ktor-server-core:3.0.0")

Why Ktor

Server

Routing & plugins.

Client

Typed HTTP calls.

Documentation

Guide