-
Need to cover,
```
fun main(args: Array): Unit = io.ktor.server.netty.EngineMain.main(args)
```
-
```
io.ktor.network.sockets.ConnectTimeoutException:
at io.ktor.client.features.HttpTimeoutKt.ConnectTimeoutException (HttpTimeout.kt:164)
at io.ktor.client.features.HttpTimeoutKt.ConnectTimeo…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
When defining dependencies, they are a dictionary with the different fields expected by maven. So far, so good. The examples use the flow-style of YAML to reduce the number of lines:
https://github…
-
**Is your feature request related to a problem? Please describe.**
Currently, we need to specify platform-specific options like `OkHttpClient` and `NSURLSession` for Android and iOS respectively.
…
-
Hi, I'm writing an application with the Ktor server framework.
Do you guys have any plan to support Ktor in the future?
-
Is there an easy way to know the current RSocket instance by `path` (url or any other tag like id or hash) when processing errors in the `reconnectable {...}` block?
Android use case:
Ktor client …
-
##### Description
Ktor can be used to create API clients to be consumed by front end applications on different platforms. It'd be great to have ktor code generation for the client side.
-
Currently we are using retrofit for making network calls to replicate.com. While this works, it is not purely a Koltin library and does not support platforms like kmm.
-
Each time a client disconnects we get an unhandled error in our server logs. How can we handle them since they are flooding our server logs?
We are using `ktor_version=2.1.0` with WebSockets and th…