-
The next release of http4s 0.23 will cross-build for Scala.js: https://github.com/http4s/http4s/pull/5298
It would be amazing to cross-build this project for Scala.js as well, so that it can be use…
-
http4s/http4s#796 was a bug, but it's too easy to deadlock a server. We should consider a timer so borrows don't hang indefinitely for the next time we or our an app does something stupid.
-
I wanted to factor out some common code from my REST APIs, but that seems to break when I abstract a RhoRoute over the response type. Example:
package test
import io.circe.Encoder
import org.http4s…
-
We currently do not support graceful shutdown in blaze.
We would ideally prefer to have a graceful shutdown, and a time till a hard shutdown. @rossabaker has been working on it and can give more sp…
-
Let's say you define your smithy ops as mounted at root:
```scala
@http(method: "POST", uri: "/{name}", code: 200)
```
If you then build the routes using `val routes = SimpleRestJsonBuilder.r…
-
Quite a few headers don't yet have typed models. The following are the unmodelled headers that have their own page on [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers), excluding those …
-
MacOS M1
curl
```
curl 7.79.1 (x86_64-apple-darwin21.0) libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1
Release-Date: 2021-09-22
```
```scala
//> using scala "3.3…
-
I was trying to execute the steps for migrating from [0.18 to 0.20+](https://http4s.org/v0.21/upgrading/):
`sbt ";scalafixEnable; scalafix github:http4s/http4s/v0_20"`
And
`sbt ";scalaf…
-
Today I attempted to create a `cats.data.NonEmptySet` of `org.http4s.Uri`, but ran into a compile-time error:
```scala
@ import $ivy.`org.http4s::http4s-core:0.21.4`
import $ivy.$ …
-
I discussed this once with @valencik. The rough idea would be to generate a search index with Apache Lucene and feed it into lunr.js. Or something ...
See also:
- https://github.com/http4s/http4s/…