-
**Ktor Version and Engine Used (client or server and name)**
1.2.2, netty
**Describe the bug**
I need to set a custom response when the requested route is not found. But there's no documentation …
-
**Ktor Version and Engine Used**
Ktor Version : 1.2.2 / Engine Used Netty , modules included gson , ktor-auth
**Describe the bug**
the server is receiving a null json where when testing with …
-
When using the 4.0.0 version of the maven plugin to generate kotlin server code like this :
```
org.openapitools
openapi-generator-maven-plugin
4…
-
**Ktor Version and Engine Used (client or server and name)**
Ktor v1.2.3, TestApplicationEngine
**Describe the bug**
I am building a Feature for rest repositories, when registering the routes for…
-
### Description of the Bug
The problem occurs when debugging the app on android, on linux it works perfectly. Occurs when I try to insert a PNG image to a list object
i read this on debug
```
…
-
### Ktor Version
1.2.0-rc2
### Ktor Engine Used(client or server and name)
Netty
### JVM Version, Operating System and Relevant Context
11.0.2, Windows 10 Pro 64 bit
### Feedback
https://github…
-
### Ktor Version
1.1.4
### Ktor Engine Used
Netty
### JVM Version, Operating System and Relevant Context
Netty supports the swapping and replacing of Java's NIO with optimised Epoll / KQueue …
Hc747 updated
5 years ago
-
### [REQUIRED] Step 2: Describe your environment
* Xcode version: 10.1 10B61
* Firebase SDK version: 5.19.0
* Firebase Component: Core, Performance
* Component version: 5.19.0
### [RE…
-
### Ktor Version
1.1.4
### JVM Version, Operating System and Relevant Context
Android
### Feedback
Currently, ktor-client-logging works on `jvm` using an `slf4j` implementation. It would be g…
-
this code works:
```kotlin
val client = HttpClient(CIO).config { install(WebSockets) }
client.ws(host = "echo.websocket.org") {
send(Frame.Text("Hello World"))
for (me…