wai-route: WAI middleware for path-based request routing with captures.

[ library, mpl, web ] [ Propose Tags ]

WAI middleware for path-based request routing with captures, including further utilities for processing query strings and request headers.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2, 0.3, 0.3.1, 0.3.1.1, 0.3.1.2, 0.4.0, 1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), bytestring (>=0.10), containers (>=0.5.7), deepseq (>=1.4.3), http-api-data (>=0.3), http-types (>=0.8), pattern-trie (>=0.1), text, unordered-containers (>=0.2), wai (>=3.0.2 && <3.3) [details]
License MPL-2.0
Copyright 2018 Roman S. Borschel
Author Roman S. Borschel
Maintainer Roman S. Borschel <roman@pkaboo.org>
Category Web
Source repo head: git clone git@github.com:romanb/wai-route.git
Uploaded by romanb at 2018-11-24T15:54:26Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 7203 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-24 [all 1 reports]

Readme for wai-route-1.0.0

[back to package description]

wai-route Build Status

WAI middleware for path-based request routing with captures.