context-wai-middleware: Add request-specific (or not!) context to your WAI applications

[ library, mit, web ] [ Propose Tags ]

Add request-specific (or not!) context to your WAI applications.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.2.0.1, 0.2.0.2
Change log CHANGELOG.md
Dependencies base (>=4.11.1.0 && <5), context (>=0.2.0.0 && <0.3), wai (>=3.0.3.0 && <3.3) [details]
License MIT
Copyright 2020 (c) Jason Shipman
Author Jason Shipman
Maintainer Jason Shipman
Revised Revision 1 made by jship at 2024-03-16T17:54:26Z
Category Web
Home page https://sr.ht/~jship/context/
Source repo head: git clone https://git.sr.ht/~jship/context/
Uploaded by jship at 2023-09-21T22:03:38Z
Distributions LTSHaskell:0.2.0.2, NixOS:0.2.0.2, Stackage:0.2.0.2
Downloads 799 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-09-21 [all 1 reports]

Readme for context-wai-middleware-0.2.0.2

[back to package description]

context-wai-middleware

Version badge

context-wai-middleware supports adding request-specific (or not!) context to your WAI applications.

See the Haddocks for more info on the library.