https://github.com/spl/http-client-request-modifiers
Convenient monadic HTTP request modifiers
https://github.com/spl/http-client-request-modifiers
Last synced: 8 months ago
JSON representation
Convenient monadic HTTP request modifiers
- Host: GitHub
- URL: https://github.com/spl/http-client-request-modifiers
- Owner: spl
- License: bsd-3-clause
- Created: 2014-08-26T11:30:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T06:37:01.000Z (almost 8 years ago)
- Last Synced: 2025-07-11T18:35:42.928Z (8 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/http-client-request-modifiers
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This package contains simple, monadic functions that modify an HTTP `Request`
from `http-client`. They make it easy to chain request updates and allow for
arbitrary monadic effects.
There are certainly useful functions that are currently not provided. Please
create an issue or a pull request if you have suggestions.