trasa: Type Safe Web Routing
This library is a solution for http-based routing and dispatch. It's
goals are similar to the goals of servant
. However, trasa
relies
on very different mechanisms to accomplish this. There are no typeclasses
in this library, and there is a single closed type family that is provided
as a convenience. All of the real work is accomplish with GADTs,
universal quantification, and plain old haskell data types.
Downloads
- trasa-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1 |
---|---|
Dependencies | base (>=4.7 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), http-types (>=0.9 && <0.10), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vinyl (>=0.5 && <0.6) [details] |
License | BSD-3-Clause |
Copyright | 2017 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Category | Web |
Home page | https://github.com/haskell-trasa/trasa#readme |
Source repo | head: git clone https://github.com/haskell-trasa/trasa |
Uploaded | by mckeankylej at 2017-06-15T20:15:17Z |
Distributions | |
Reverse Dependencies | 6 direct, 1 indirect [details] |
Downloads | 2600 total (0 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-06-15 [all 1 reports] |