Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuwei-k/httpz
- Owner: xuwei-k
- Created: 2014-03-27T16:02:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T04:27:06.000Z (17 days ago)
- Last Synced: 2024-10-27T01:19:18.501Z (10 days ago)
- Topics: argonaut, free-monad, http-client, json, monad, scala, scalaz
- Language: Scala
- Homepage: https://javadoc-badge.appspot.com/com.github.xuwei-k/httpz_2.12/httpz/index.html
- Size: 323 KB
- Stars: 66
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
-