https://github.com/purescript-hyper/purescript-hyperdrive
A simpler request/response abstraction on top of Hyper
https://github.com/purescript-hyper/purescript-hyperdrive
Last synced: about 1 month ago
JSON representation
A simpler request/response abstraction on top of Hyper
- Host: GitHub
- URL: https://github.com/purescript-hyper/purescript-hyperdrive
- Owner: purescript-hyper
- License: mpl-2.0
- Created: 2017-05-01T15:23:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T08:32:05.000Z (over 7 years ago)
- Last Synced: 2025-08-13T22:53:02.367Z (5 months ago)
- Language: PureScript
- Size: 117 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hyperdrive
A simpler request/response abstraction on top of Hyper
The middleware abstraction in Hyper can be too low-level for regular
application handlers. Hyperdrive provides a simpler alternative, inspired by
Clojure's [Ring](https://github.com/ring-clojure/ring).
## Examples and Documentation
Documentation coming soon! There's [an example](examples/HelloHyperdrive.purs)
available for now.
## License
[Mozilla Public License Version 2.0](LICENSE)