-
I have two (rather minor) Feature ideas:
For one, the search function of ubooquity is a useful and versatile tool, for it searches not only in the file name of a comic, but also the author and furt…
-
Code responds an object of class `Hello`:
```
fun main(args: Array) {
val server = embeddedServer(Netty, port = 8080) {
routing {
get("/") {
val hello =…
-
Currently, if I want to send back a response in JSon, I have to do
```kotlin
install(GsonSupport)
```
This feels like it's coupling a specific implementation of Json encoding with the featur…
-
ktor intellij idea plugin doesn't create a src folder and other folder when creating a project it only crreate gradle file
i use idea CE 2018.2
os :windwos
ktor plugin :0.0.5
![untitled]…
-
In trying to register multiple auth handlers for a single route (one basic, one jwt), I encountered an issue where if I sent a request to our login endpoint with a Bearer token, basicAuthenticationCre…
-
When I add a BigDecimal property into class annotated by `Location` and use it for routing,
```
@Location(path = "/university/name/{name}/location/{location}/latitude/{latitude}/longitude/{longitud…
-
After websocket received the first data, the connection was closed, resulting in the failure to receive data for the second time
### ktor code
```ktor
package org.niuniu.main
import io.ktor.…
-
This code: https://github.com/ktorio/ktor/blob/694594dba0b885e40f8971c9124f1491d154a704/ktor-server/ktor-server-core/src/io/ktor/sessions/SessionSerializerReflection.kt#L236 makes it impossible to hav…
-
I'm getting an exception while attempting to listen for inbound WebSocket connections with `0.9.1-alpha-8`:
```
2018-01-14 09:26:50 [nettyCallPool-4-2] ERROR ktor.application - 101 Switching Proto…
-
The warning:
```
Warning:root project 'griffin-api': Unable to build Kotlin project configuration
Details: java.lang.reflect.InvocationTargetException: null
Caused by: org.gradle.api.internal.arti…