deyles-zz / http4c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http4c

Build Status Download

A collection of utilities to help make working with http4s easier.

Published artifacts:

Available at Bintray and built at TravisCI

Installation

As a library:

Just add this to your build.sbt

"com.imageintelligence" %% "http4c" % "0.0.2"

As a project to work on

Clone the repository:

git clone https://github.com/ImageIntelligence/http4c.git

Compile

sbt compile

Test

sbt test

Examples:

Please see the examples directory.

About


Languages

Language:Scala 99.3%Language:Shell 0.7%