ktor
Here are 346 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Kotlin
I want to write feedback as a user who used the framework, maybe you need it.
It is a framework that can have great skills in the future as I think, perhaps will compete with Vaadin. It's a good thing you support him. It would be very good to have documentation with live examples (no only code), such as within the yested framework (see here) which is
-
Updated
Jun 14, 2020 - Kotlin
-
Updated
May 12, 2019 - Kotlin
-
Updated
Apr 27, 2019 - Kotlin
-
Updated
Jun 10, 2020 - Kotlin
-
Updated
May 15, 2020 - Kotlin
-
Updated
Jul 2, 2020 - Kotlin
-
Updated
Mar 4, 2020 - Kotlin
-
Updated
Aug 12, 2018 - Kotlin
Last changes allow to create form login on authorization endpoint.
It might be unclear how to do it. This could be added to documentation.
How to use?
I tried the kotlinx serialization example from the docs: https://ktor.io/servers/features/content-negotiation/serialization-converter.html
Upon using the example I get a deprecation warning for the „serialization(...“ Block because it has been replaced by json.
Second the example does not work. In contrast, the gson example works perfectly fine.
Either fix or remove the section, so other peo
I really like this project, however, not only is documentation lacking, but the examples seem broken/half-baked (eg TestServer.kt's APIPrincipal) and some usages are far from understandable.
For example, I just (literally) got a headache trying to understand how the StatusPages syntax works.
Let's give the original usage a look:
exception<Throwable> { cause -> // easy,-
Updated
Dec 17, 2019 - Kotlin
-
Updated
Aug 5, 2019 - Kotlin
-
Updated
Jun 18, 2020 - Kotlin
-
Updated
Apr 12, 2020 - Kotlin
-
Updated
Nov 19, 2018 - Kotlin
-
Updated
Jul 1, 2020 - Kotlin
-
Updated
Aug 1, 2019 - Kotlin
-
Updated
Jul 29, 2019 - Kotlin
-
Updated
Jan 23, 2020 - Kotlin
-
Updated
Mar 2, 2020 - Kotlin
-
Updated
Sep 2, 2019 - Kotlin
Improve this page
Add a description, image, and links to the ktor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ktor topic, visit your repo's landing page and select "manage topics."


Use case:
I moved service initialization in class with dependencies, I'd like to do something like this: