-
Very excited about the enhanced XML support in 1.4.0 :) I've been experimenting with it in https://github.com/http4s/http4s-scala-xml/pull/25 and running into trouble with non UTF encodings. FTR I'm n…
-
Hey @algebraic-sofia! Seems you're the first one to create a working HTTP ecosystem in Lean 4! Looks cool!
I'm wondering if you think it's a sane idea to collect all related stuff under one umbrell…
chuwy updated
11 months ago
-
I wrote a simple http4s using both of `trace4cats` and `cats.effect.kernel.Ref`, but I found the type parameter challenging to give.
```scala
package example
import cats.data.Kleisli
import ca…
-
```
Request[IO](Method.POST, uri"https://httpbin.org/post")
.withEntity("some body")
.withHeaders(
org.http4s.headers.`Content-Type`(MediaType.text.plain)
…
-
```
Request[IO](Method.POST, uri"https://httpbin.org/post")
.withEntity("some body")
.withHeaders(
org.http4s.headers.`Content-Type`(MediaType.text.plain)
…
-
-
This issue in http4s shows that `Functor.as` (and all the paths leading there) should evaluate their argument lazily. Maybe... Please evaluate.
https://github.com/http4s/http4s/issues/4971
-
@tbrown1979, according to https://github.com/http4s/http4s/issues/390, now http4s has been already using Cats and its environment(circe, cats-effect, etc.), please update the template, THX
-
I'm not sure if this is a bug or some changes in behaviour brought in `v0.7.0`. So I apologise in advance!
Details are here https://github.com/http4s/sbt-http4s-org/pull/260#issuecomment-2067997072.
-
I did some stress testing using web sockets and I get a `NullPointerException` sometimes.
```
edu_gemini_seqexec_web_server[ERROR] java.lang.NullPointerException
edu_gemini_seqexec_web_server[ERR…