Skip to content

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

License

Notifications You must be signed in to change notification settings

Nirovision/http4c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.8"

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.