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.
- Host: GitHub
- URL: https://github.com/nirovision/http4c
- Owner: Nirovision
- License: mit
- Created: 2016-11-07T01:52:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T00:50:46.000Z (over 8 years ago)
- Last Synced: 2025-04-13T04:46:00.054Z (about 1 year ago)
- Topics: http4s, scala
- Language: Scala
- Homepage:
- Size: 90.8 KB
- Stars: 9
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4c
[](https://travis-ci.org/ImageIntelligence/http4c)
[](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).