An open API service indexing awesome lists of open source software.

https://github.com/http4s/http4s-scalatags

Scalatags template support for http4s
https://github.com/http4s/http4s-scalatags

Last synced: 8 months ago
JSON representation

Scalatags template support for http4s

Awesome Lists containing this project

README

          

# http4s-scalatags

Provides http4s entity codec instances for [scalatags][scalatags].

## SBT coordinates

```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-scalatags" % http4sScalatagsV
)
```

## Compatibility

| http4s-scalatags | http4s-core | scalatags | Scala 2.12 | Scala 2.13 | Scala 3 | Scala.js | Scala Native | Status |
|:-----------------|:------------|:----------|------------|------------|---------|----------|--------------|:-------|
| 0.23.x | 0.23.x | 0.10.x | ✅ | ✅ | ❌ | ❌ | ❌ | EOL |
| 0.24.x | 0.23.x | 0.11.x | ✅ | ✅ | ✅ | ❌ | ❌ | EOL |
| 0.25.x | 0.23.x | 0.12.x | ✅ | ✅ | ✅ | ✅ | ✅ | Stable |

[scalatags]: https://com-lihaoyi.github.io/scalatags/