-
My understanding is that `withIdleConnectionTime` should apply to initial connections. However, it seems it does not.
Here is a runnable reproducer ([scastie](https://scastie.scala-lang.org/DEdQ6Hn…
-
On v0.21.13 tag:
```
==> X org.http4s.headers.ForwardedRenderersSuite.Forwarded 0.167s munit.FailException: Failing seed: l8P8VpvBMrvLPHqn5jU_2S64ktyAmI4XuoUzLxrxN-C=
You can reproduce this fail…
-
I'll try and put in an example next week, but it appears the fix for #216 does break using circe's fully automatic derivation. In the mean time, the work around is just using the semiauto derivation …
-
I put together a scalacheck version of #491 at [here](https://github.com/refried/http4s/blob/9ce225bd69c0fe3912f9b38605fdb11d599b00cf/core/src/test/scala/org/http4s/util/UrlFormCodecSpec.scala), but I…
-
Currently the Websocket interface requires a callback when it closes.
https://github.com/http4s/http4s/blob/4c7c1000add0d8e19051aaab9fe4d9401459fbe7/server/src/main/scala/org/http4s/server/websocket/…
-
The current way of error handling is not consistent and very ad-hoc.
See: https://typelevel.org/blog/2018/08/25/http4s-error-handling-mtl.html
-
I try to use this cURL
```
curl \
--request GET \
--url 'http://localhost:1234/foo' \
--header 'Cookie: ' \
--header 'Authorization: '
```
and it lead to `org.http4s.ParseFailure: Inva…
-
Hi there,
I have the following situation: to preserve the integrity of binary responses the APIGateway of my project is encoding the body of the requests with base64. My service needs then to first…
-
from [here](https://index.scala-lang.org/scalaj/scalaj-http):
> THIS LIBRARY IS DEPRECATED
>
> As of April 2022 there are many supported options for making HTTP calls in scala:
>
> - [sttp]…
-
https://github.com/FasterXML/aalto-xml