-
Does the Kotless DSL currently support path parameters? I understand the documentation is a work in progress, so I tried using a few different common patterns e.g. `/users/:id`, `/users/{id}` just to …
-
**Subsystem**
Client
**Is your feature request related to a problem? Please describe.**
There is no oauth2 client authentication, and especially JetBrains Space auth
**Describe the solution y…
-
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
-
##### Description
I am trying to use openapi-generator for a multiplatform project and I started with the petstore api as described in this [reddit post](https://www.reddit.com/r/Kotlin/comment…
-
# Ktor server file-download stopping early on bad connection
## Problem
We are building a file-hosting solution using Ktor-server.
Everything worked fine, until we tried to download a larger file…
-
Hi I'm just wondering whether it is possible to use redis as session storage together with Ktor Session module since redis allow an entry to have timed life. It might be easier to handle session expir…
-
Hello,
currently I have an issue with my api authentication.
Setup:
I'm building a basic Ktor API and provided an Authentication feature to validate Okta accessTokens.
Via a swagger UI I log…
-
Hello !
Does Ktor support Kotlin Native for now (using Netty)? I saw few comments in JetBrains Blog, but can't find any detailed information about it.
Thank you !
-
**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…
-
Implementation itself is pretty trivial, but the most important part is option to pass actual httpclient instance.