trasa: Type Safe Web Routing
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This library is a solution for http-based routing and dispatch. Its
goals are similar to the goals of servant
, however, trasa
relies
on very different mechanisms to accomplish those goals. All typeclasses
in this library are optional. All of the real work is accomplished with GADTs,
universal quantification, and plain old haskell data types.
Properties
Versions | 0.1, 0.2, 0.3, 0.4, 0.4, 0.4.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.9 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), hashable (>=1.2 && <1.3), http-media (>=0.6 && <0.8), http-types (>=0.9), quantification (==0.5.0), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3) [details] |
License | MIT |
Copyright | © 2017-2019 Andrew Martin © 2017-2019 Kyle McKean |
Author | Andrew Martin Kyle McKean |
Maintainer | Andrew Martin <andrew.thaddeus@gmail.com> Kyle McKean <mckean.kylej@gmail.com> chessai <chessai1996@gmail.com> |
Category | Web |
Home page | https://github.com/haskell-trasa/trasa |
Source repo | head: git clone https://github.com/haskell-trasa/trasa |
Uploaded | by chessai at 2019-03-23T23:15:51Z |
Modules
[Index] [Quick Jump]
Downloads
- trasa-0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees