:ktor-new: The Ktor roadmap for 2025–2026 is here!...
# announcements
a
ktor new The Ktor roadmap for 2025–2026 is here! Here's what we'll be working on: • API docs (OpenAPI is already in preview) • WebRTC Client with a Multiplatform API • Integration with Koog • and more! 🔗* Explore what’s next for Ktor*
🚀 35
🙌 1
z
Can Coursera create a new course on Kotlin Everywhere / Full-Stack Kotlin (KMM + DataFrame + Koog ORM + backend/frontend)?
p
Does the open api plugin know about the request body used for endpoints?
b
@phteven Yes, when using content negotiation, it should infer the model based on the type arguments for request body and response. There's still quite a few limitations there, but the basic support is there.