Ktor 3.6.0 adds typed auth and experimental HTTP/3 support

Ktor 3.6.0 adds typed auth and experimental HTTP/3 support

Ktor 3.6.0 introduces experimental typed authentication, with role-based access and anonymous-user support, alongside a new typed Oidc plugin for OpenID Connect.

The Netty engine adds experimental HTTP/3 over QUIC and can now serve h2c and TLS-enabled HTTP/2 on separate connectors.

The release also expands route-handler types, adds nullable receive() support, preserves explicit Accept headers, and simplifies Kotlin Multiplatform client engines and HTTP cache storage.

by Fla

Add as a preferred source on Google
Ktor iconKtor
  3
  • ...

Ktor is a framework for building asynchronous servers and clients in connected systems using the powerful Kotlin programming language. Ktor consists of two parts: the server engine and a flexible asynchronous HTTP client.

No comments so far, maybe you want to be first?
Gu