Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xuwei-k/httpz

purely functional http client with scalaz.Free
https://github.com/xuwei-k/httpz

argonaut free-monad http-client json monad scala scalaz

Last synced: 6 days ago
JSON representation

purely functional http client with scalaz.Free

Awesome Lists containing this project

README

        

# httpz

- [Maven Central Repository Search](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.xuwei-k%22)
- [Maven Central](http://repo1.maven.org/maven2/com/github/xuwei-k/)

### latest stable version

```scala
libraryDependencies += "com.github.xuwei-k" %% "httpz-scalaj" % "0.8.0"
```

or

```scala
libraryDependencies += "com.github.xuwei-k" %% "httpz-apache" % "0.8.0"
```

or

```scala
libraryDependencies += "com.github.xuwei-k" %% "httpz-native" % "0.8.0"
```

or

```scala
libraryDependencies += "com.github.xuwei-k" %% "httpz-async" % "0.8.0"
```

- [API Documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/github/xuwei-k/httpz-all_2.12/0.8.0/httpz-all_2.12-0.8.0-javadoc.jar/!/index.html)

### for scalaz 7.1.x
-