-
We have continue support in netty however it shouldn't be done like that: we have to respond continue (to allow client sending request body) only when handler tries to access request body (`call.reque…
-
Currently HttpBin sample is one of the best samples because it is pretty short and provides code for a lot of small how-to cases. Unfortunately, not all endpoints and cases are implemented. It needs s…
-
The official F-Droid client recently gained support for delta repository index updates:
https://f-droid.org/2023/03/01/new-repo-format-faster-smaller-updates.html
It would be nice if Droid-ify c…
bt90 updated
2 months ago
-
# Problem
```
route("/nested/"){
get("/foo"){
call.respond("Helloo")
}
}
```
should become `/nested/foo`, but is instead squashed into `//foo`
# Demo
https://github.com/SMILEY4/kto…
-
Given that okio went multiplatform already, and okhttp is slowly [going](https://github.com/square/okhttp/issues/4723) towards that direction, would it be possible for Retrofit to go multiplatform som…
-
- expose maxRetries for reconnection attempts, showRetryEvents
- controller Ktor log level from config
-
I built the project myself and used it to run a local server. It runs fine on ChuLum, but I get the title server BAD when running Ongeki version 1.45. My Ongeki works fine on your https://aquadx.net/ …
-
-
**Describe the bug**
Extra information from the original request will not be retained, If request a picture that requires authentication, it will cause a crash.
https://github.com/panpf/zoomima…
-
Kotest 5.6.2
Here's a simple example of a test spec:
```
>> class SimpleTest : DescribeSpec({
> describe("Category") {
> it("Test") {
0 shouldBeEqual 0
}
> …