Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhaarman/httpmonads
https://github.com/nhaarman/httpmonads
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhaarman/httpmonads
- Owner: nhaarman
- License: apache-2.0
- Created: 2017-09-05T07:28:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T13:38:15.000Z (over 3 years ago)
- Last Synced: 2023-07-01T16:37:47.949Z (over 1 year ago)
- Language: Kotlin
- Size: 163 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HttpMonads
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nhaarman/httpmonads/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nhaarman/httpmonads)HttpMonads introduces monad types for working with Http requests.
```
compile 'com.nhaarman:httpmonads:x.x.x'
compile 'com.nhaarman:httpmonads-arrow:x.x.x'
compile 'com.nhaarman:httpmonads-funktionale:x.x.x'
compile 'com.nhaarman:httpmonads-retrofit:x.x.x'
compile 'com.nhaarman:httpmonads-retrofit-rx:x.x.x'
```