http4s / http4s-fabric   1.0.0-M32

MIT License GitHub

Fabric integration module for http4s

Scala versions: 3.x 2.13 2.12

http4s-fabric

CI

Provides EntityEncoder and EntityDecoder support using Fabric JSON library

SBT Setup

libraryDependencies += "org.http4s" %% "http4s-fabric" % "1.0.0-M31"

Usage

import org.http4s.fabric._

// Use implicits for any type with `ReaderWriter` support see: https://github.com/outr/fabric#convert