Arnaud Gourlay
Arnaud Gourlay
Thank you for the report, what you describe sounds reasonnable. I'll give it a try for the next release 👍
Hi @drising-mfp thank you for sharing your thoughts regarding this limitation of cornichon! As you have seen it yourself, the library was designed to handle only JSON payload. Although I...
Decided to work on introducing a generalised solution that handle different kind of DSL input types and HTTP entities. It will introduce a breaking change for people already using a...
Hi @mikhail-g, I agree with you that it would be great to have this feature 👍 The development is quite expensive because: - it touches a lot of core internals...
Two different errors are breaking the tests: - https://github.com/http4s/http4s/issues/3732 - https://github.com/http4s/http4s/issues/3717
ember 0.23.10 still failing with https://github.com/http4s/http4s/issues/4935
We could use https://rickandmortyapi.com/
Example ```scala Attach { get("product1") get("product2") get("product3") } ``` `get(...)` is returning an `HttpRequest` that can be transformed into an `EffectStep` with an implicit conversion. In this case, the implicit...
Hi @seugnimod, Thanks for the report! This looks very weird, would it be possible for you to share some of the body assertions and JSON payloads?
Thanks for sharing your data :+1: Is it possible to share the exact error as well?