https://github.com/http4s/http4s-fabric
Fabric integration module for http4s
https://github.com/http4s/http4s-fabric
Last synced: 9 months ago
JSON representation
Fabric integration module for http4s
- Host: GitHub
- URL: https://github.com/http4s/http4s-fabric
- Owner: http4s
- License: mit
- Created: 2022-01-22T16:37:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T12:47:17.000Z (11 months ago)
- Last Synced: 2025-06-01T02:11:38.823Z (10 months ago)
- Language: Scala
- Size: 151 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-fabric
[](https://github.com/http4s/http4s-fabric/actions/workflows/ci.yml)
Provides `EntityEncoder` and `EntityDecoder` support using [Fabric](https://github.com/outr/fabric) JSON library
## SBT Setup
```sbt
libraryDependencies += "org.http4s" %% "http4s-fabric" % "1.0.0-M31"
```
## Usage
```scala
import org.http4s.fabric._
// Use implicits for any type with `ReaderWriter` support see: https://github.com/outr/fabric#convert
```