-
### Steps to Reproduce
1. Create a Ktor/Kotlin application using Native Image. The docker file looks like:
```docker
FROM oracle/graalvm-ce:20.1.0-java11 as graalvm
RUN gu install native-image
…
-
**Ktor Version and Engine Used (client or server and name)**
Using ktor server 1.3.1, with `ktor-server-test-host`
**Describe the bug**
When using the `StatusPages` feature to handle exceptions, …
-
What is the best way to get a list of images as a multipart request?
-
### 🔖 Feature description
Migrate lib to KMP structure and replace following:
- GSON -> kotlinx.serialization
- okhttp -> ktor
to support multiple targets like, Android, JVM, IOS, maybe Na…
-
Hi,
I'm trying to force the cache of some responses, that have no cache headers, using ktor client.
In okhttp client i can add an interceptor and change the response headers to force the respon…
-
### Ktor Version
1.1.1
### Ktor Engine Used(client or server and name)
N/A
### JVM Version, Operating System and Relevant Context
N/A
### Feedback
When using the `DefaultRequest` feature …
-
**Subsystem**
ktor-http
**Is your feature request related to a problem? Please describe.**
ChunkedTransferEncoding.kt uses a fixed chunk size of 4088 bytes.
**Describe the solution you'd like*…
-
**Expected Behavior**
Ideally there would be some official documentation of this because judging from the amount of results you can find the seems some demand for the feature, but no one seems to kno…
-
### Problem / use case
We are blocked on our project, because we cannot add this as dependency as in other projects, because we are using Ktor 3 here. It is not possible to migrate all our code to Kt…
-
**Subsystem**
Ktor JettyApplicationEngine
**Is your feature request related to a problem? Please describe.**
The core issue is that the `JettyKtorHandler` invoked by the `JettyApplicationEngine` …