@hackage trasa0.4.1
Type Safe Web Routing
Categories
License
MIT
Maintainer
Andrew Martin <andrew.thaddeus@gmail.com> Kyle McKean <mckean.kylej@gmail.com> chessai <chessai1996@gmail.com>
Links
Versions
Installation
Dependencies (9)
- 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 Show all…
Dependents (6)
@hackage/trasa-server, @hackage/trasa-reflex, @hackage/trasa-form, @hackage/trasa-client, @hackage/trasa-th, @hackage/trasa-extra
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.