snap-routes: Typesafe URLs for Snap applications.

[ library, mit, network ] [ Propose Tags ]

Provides easy to use typesafe URLs for Snap Applications.


[Skip to Readme]

Modules

  • Snap
    • Snap.Routes

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Dependencies base (>=4.7 && <4.9), blaze-builder, bytestring, containers, filepath, http-types, mime-types, path-pieces, random, snap, template-haskell, text [details]
License MIT
Author Anupam Jain
Maintainer ajnsit@gmail.com
Category Network
Source repo head: git clone http://github.com/ajnsit/snap-routes
Uploaded by AnupamJain at 2016-05-16T17:29:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 726 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-25 [all 3 reports]

Readme for snap-routes-0.0.1

[back to package description]

Snap-Routes

Snap-routes provides typesafe routing for snap applications.

Features

Snap-routes adds the following features on top of Snap -

  • Typesafe URLs, including automatic boilerplate generation using TH. Including features such as -
    • Nested Routes
    • Subsites
    • Route Annotations
  • Seamlessly mix and match "unrouted" request handlers with typesafe routing.
  • Sitewide Master data which is passed to all handlers and can be used for persistent data (like DB connections)

Changelog

  • 0.0.1 : Intial release