-
The following doesn't appear to have any effect (`SocketTimeoutException` is a subclass of `IOException`):
https://github.com/relaycorp/awala-poweb-jvm/blob/380529fb1028ff22dc8da843223d66a9e90a26f7…
-
Comment with what are some of the high level features that this project can target.
Acceptance criteria: list of the features for backend and front end
audip updated
6 years ago
-
After updating Kotlin to the 2.0.21, we started facing frequent API check task failure for Ktor:
https://ktor.teamcity.com/buildConfiguration/Ktor_KtorMatrixCoreAPICheck/288142?expandBuildDeploymen…
-
Base on the document, ktor supports receiving a form parameters (urlencoded or multipart) using `receive`. [Form Parameters (urlencoded or multipart)](https://ktor.io/servers/calls/requests.html)
H…
-
### Ktor Version
1.0.1 but I think this bug also exists in 1.1.2
Only tested with GSON, may be Jackson is also affected.
### Feedback
Already noticed in #157. The nullable Kotlin type is not t…
-
I read this tutorial https://ktor.io/advanced/utilities.html. This states that `parseUrlEncodedParameters(...)` is used to parse the form-url encoded data from the request body, but then I looked at t…
-
Kotlin would be a great improvement for the app because it would obviously provide a much better performance since it's a native app. Apps are also much easier to access as you just need to open it an…
-
Hey guys!
Is there any reason why this lib is jvm only? I would like to use it in my KMM project (android, web, desktop, ios)
How much effort is required to migrate the lib to KMM?
-
I have followed the instructions to [run a Ktor server on App Engine standard environment](https://cloud.google.com/community/tutorials/kotlin-ktor-app-engine-java8) but unfortunately, this only works…
-
Current watch pattern from application.conf is not working. Need to check why.