-
This is currently blocked by the release of enumeratum and http4s for Scala Native 0.5.x.
In case http4s is released for Scala Native 0.5.x, to prevent this from being blocked any further, we shou…
-
We had a customer ask why they don't see any response data in their transaction. A cursory review of the instrumentation revealed that we don't appear to be setting the response anywhere.
modules:…
-
---
# http4s `0.22`: Add support for Jetty `12` to address `CVE-2024-6763`
## Why?
- Jetty versions from 7.0.0 up to 12.0.11 are affected by CVE-2024-6763 (Eclipse Jetty URI parsing of invalid au…
-
Hello!
I want to make use of endpoints4s with http4s and circe interpreters. How do I do it correctly? There's nothing in the docs to help.
Here's my understanding of what needs to be done:
`…
-
```
==> X org.http4s.blaze.channel.NIO1ChannelSuite.Execute shutdown hooks 0.013s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/channel/ChannelSui…
-
As discussed today with @andrewsouthard1 @sallareznov and @cverdier we are going to work soon (days, weeks) on a [http4s](https://github.com/http4s/http4s) instrumentation since this is our http frame…
-
It would be nice to support at least [http4s](https://github.com/http4s/http4s) beyond current Akka http.
-
Maybe a bit off-topic for this PR, but when returning a `Connection: close` do you pause before closing to allow the client to do an active close avoiding `TIME_WAIT` on the server side?
_Originall…
-
Hi all,
I have noticed that the naive use of `org.http4s.server.middleware.Logger` with `logBody = true` can easily lead to out-of-memory (OOM) issues when handling very large requests or responses…
-
Thanks for this great library, I been using it for several projects.
I just have a small issue that `zip` module to decompress a file on the fly, it works great but it seems I can't cancel it (just…