An open API service indexing awesome lists of open source software.

https://github.com/nirovision/http4c

A collection of utilities to help make working with http4s easier.
https://github.com/nirovision/http4c

http4s scala

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# http4c

[![Build Status](https://travis-ci.org/ImageIntelligence/http4c.svg?branch=master)](https://travis-ci.org/ImageIntelligence/http4c)
[![Download](https://api.bintray.com/packages/imageintelligence/maven/http4c/images/download.svg)](https://bintray.com/imageintelligence/maven/http4c/_latestVersion)

A collection of utilities to help make working with [http4s](http://http4s.org) easier.

## Published artifacts

Available at [Bintray](https://bintray.com/imageintelligence/maven/http4c) and built at [TravisCI](https://travis-ci.com/ImageIntelligence/http4c)

## 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](src/test/scala/com/imageintelligence/http4c/examples).