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
- Host: GitHub
- URL: https://github.com/purescript-hyper/purescript-hypertrout
- Owner: purescript-hyper
- License: mpl-2.0
- Created: 2017-03-05T18:32:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T21:16:02.000Z (over 5 years ago)
- Last Synced: 2026-01-30T17:45:36.917Z (about 1 month ago)
- Language: PureScript
- Homepage: https://owickstrom.github.io/purescript-hypertrout/
- Size: 95.7 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
trout
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)