/http4s-fabric

Fabric integration module for http4s

Primary LanguageScalaMIT LicenseMIT

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