-
# Support GraalVM native images
In addition to supporting Kotlin/JS and Kotlin/Native (See #69) we should provide Support for GraalVM native image.
## Tasks
- [x] Generate GraalVM runtime hints…
-
Happy new year everyone.
The topic of support for websocket traffic inspection has been brought up before:
https://github.com/facebook/flipper/issues/960
https://github.com/facebook/flipper/issue…
-
Hi! I have a question regarding call logging in Ktor (1.2.4). When a request comes with 'bad' json, i.e. some fields are missing and deserializaition fails, then with CallLogging feature the bad reque…
ghost updated
2 years ago
-
**Describe the bug**
I got the below error when docker-compose up.
```# docker-compose -f docker-compose-postgres.yml up
Recreating local-data-api_local-data-api_1 ... done
Recreating local-data-a…
-
Can I integrate this library to project with [Structured Handling of HTTP Requests](https://ktor.io/servers/features/routing.html#) ?
-
I'm creating an android app using Fuel for kotlin and i need to send a GET request to the server with a body but got "Exception : method does not support a request body: GET". How can I send a body wi…
-
I'm still new to Ktor, but familiar with Kotlin and Gradle in general.
If we want to use Moshi as a dependency in a Ktor project, why do we add this library instead of the actual one?
What is this …
-
**Is your feature request related to a problem? Please describe.**
We're looking at the possibility of creating a module in [http4k](http://www.http4k.org/) to support Specmatic, which would allow us…
-
**NOTE**: this issue at first glance may seem a duplicate of #1122, but that's not the case. In the other issue, Ktor is enhanced to automatically load the native transports, if found in the classpath…
-
There is a situation when optional additional handling of a content of a server response in generated API classes by moko-network-generator plugin is needed.
I need to pass some lambda or `fun interf…