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: 2 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T09:54:31.000Z (3 months ago)
- Last Synced: 2025-03-30T17:11:15.427Z (3 months 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: 310 KB
- Stars: 66
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
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
-