ktor
Here are 345 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Kotlin
Is it possible to add the Onsen UI framework to KVision as an optional dependency? I don't mind creating the wrapper but I've never done much with the virtual DOM in KVision, I might need some pointers to get started or perhaps a suggestion on which existing dependency I could use as a template.
It looks like most of the functionality is in custom tags.
This is for our
-
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
Jun 30, 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
Jun 29, 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: