An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Hyperdrive


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)