-
Using Ktor web server with the following main
```kotlin
@UseExperimental(KtorExperimentalAPI::class)
fun main(args: Array) {
val server = embeddedServer(CIO, 8080, module = Application::modu…
-
https://ktor.io/servers/calls/responses.html#redirections
https://api.rubyonrails.org/classes/ActionController/Redirecting.html
-
Follow up of #34...
You will get an error 400 (log says `io.ktor.features.BadRequestException: No seat provided but location has seats defined`) if a visit POST request without the seat number is m…
-
I have my core code in multiplatform kotlin and want to run it as web app. I was able to run it using pure nodejs or using ktor on jvm. I was thinking of making wrapper around node express so that I c…
-
scripts provided in the project work mostly ok except when running the app I got
```
bigben | 2019-09-30 22:34:02.882 ERROR [main] BigBen:59 - error in loading modules, system will ex…
-
After i have added this library to gradle:
```
implementation group: 'at.favre.lib', name: 'bcrypt', version: '0.9.0'
```
build the Project into a JAR and run it
```
java -jar build/libs/examp…
-
To check off items on this list, they should both be supported AND documented
## Static support
These items probably just need files to be exported a certain way
- [x] GCP
- [x] Netlify
#…
-
It would be nice to have a adyen-kotlin-api-library which only uses kotlin multiplatform code.
This could be used in both android, ios, server and web targets.
Seeing that the api clients seem gen…
-
### Ktor Version
1.0.0
### Ktor Engine Used(client or server and name)
netty
### JVM Version, Operating System and Relevant Context
jdk 11
### Feedback
When I use the post method to send a long…
-
I downloaded the latest version of this code and it fails when attempting the following as per the tutorial:
```
curl -X POST http://localhost:9090/shoppingList \
-H 'Content-Type: application/j…