snap-web-routes: Type safe URLs for Snap

[ bsd3, library, snap, web ] [ Propose Tags ]

Type safe URL generation and routing for Snap using web-routes.

To get started, run through the tutorial in Snap.Web.Routes.

This builds on work done by Jeremy Shaw. Thanks Jeremy!


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.5.0.0, 0.5.1.0
Change log changelog
Dependencies base (>=4.4 && <5), heist (>=0.13 && <0.14), mtl (>=2 && <3), snap (>=0.13 && <0.14), snap-core (>=0.9 && <0.11), text (>=0.11 && <1.2), web-routes (>=0.27 && <0.28), xmlhtml (>=0.1) [details]
License BSD-3-Clause
Author Luke Randall
Maintainer luke.randall@gmail.com
Category Web, Snap
Home page https://github.com/lukerandall/snap-web-routes
Bug tracker https://github.com/lukerandall/snap-web-routes/issues
Source repo head: git clone https://github.com/lukerandall/snap-web-routes.git
Uploaded by lukerandall at 2014-05-06T11:42:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4699 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for snap-web-routes-0.3.0.0

[back to package description]

snap-web-routes: Type safe URLs for Snap

snap-web-routes provides type safe URLs for Snap using web routes.

How to use

See Snap.Web.Routes for instructions.