wai-dispatch: Nice wrapper around yesod-routes for use with WAI

[ library, web ] [ Propose Tags ]

Provides a simple wrapper for taking Route data mapping to WAI Applications and a default Application and producing a single Application.

You may find the route-generator package useful for generating route data to use with this library.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5), text (>=0.7), wai, yesod-routes [details]
License LicenseRef-OtherLicense
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Web
Home page https://github.com/singpolyma/wai-dispatch
Bug tracker https://github.com/singpolyma/wai-dispatch/issues
Source repo head: git clone git://github.com/singpolyma/wai-dispatch.git
Uploaded by StephenWeber at 2012-08-09T03:03:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1069 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for wai-dispatch-0.1

[back to package description]
Provides a simple wrapper for taking Route data mapping to WAI
'Application's and a default 'Application' and producing a single
'Application'.

You may find the route-generator package useful for generating route
data to use with this library.