A collection of utilities to help make working with http4s easier.
Available at Bintray and built at TravisCI
Just add this to your build.sbt
"com.imageintelligence" %% "http4c" % "0.2.8"
Clone the repository:
git clone https://github.com/ImageIntelligence/http4c.git
Compile:
sbt compile
Test:
sbt test
Please see the examples.