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

https://github.com/purescript-hyper/purescript-hypertrout

Build servers in Hyper using Trout
https://github.com/purescript-hyper/purescript-hypertrout

Last synced: 19 days ago
JSON representation

Build servers in Hyper using Trout

Awesome Lists containing this project

README

          



Hypertrout



Type-level routing for Hyper web servers using Trout.


Hypertrout lets you build [Hyper](https://hyper.wickstrom.tech) web servers on
top of the [purescript-trout](https://github.com/purescript-hyper/purescript-trout)
API for type-level routing.

## Usage

For the documentation on how to use this package, please see [the
tutorials](https://purescript-hyper.github.io/purescript-hypertrout/).

There are also [runnable examples in this repository](examples/).

## API Documentation

This library's API documentation is published [on Pursuit](https://pursuit.purescript.org/packages/purescript-hypertrout).

## Changelog

* **0.11.1**
- Update dependencies.
* **0.11.0**
- Updates for PureScript 0.13
- Upgrade to Hyper 0.10.0
- Upgrade to Trout 0.12.0
- Various dependency upgrades
- Migration to Spago as primary package manager / build tool
* **0.10.0**
- Updates for PureScript 0.12
- Upgrade to Hyper 0.9.0
- Upgrade to Trout 0.11.0
* **0.9.0**
- Add QueryParam and QueryParams
- Upgrade to Hyper 0.8.0
- Use Trout 0.10.0 and the named routing types (backwards-incompatible
change!)

## License

[Mozilla Public License Version 2.0](LICENSE)