https://github.com/aaronrenner/pure_http
WIP
https://github.com/aaronrenner/pure_http
Last synced: about 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/aaronrenner/pure_http
- Owner: aaronrenner
- Created: 2018-01-11T16:49:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T13:43:24.000Z (over 4 years ago)
- Last Synced: 2025-04-16T10:31:13.129Z (about 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PureHTTP
A wrapper around HTTPoison that lets you build requests and handle responses
using pure functions, and isolates side effects to a single function.