wai-middleware-delegate

WAI middleware that delegates handling of requests.

https://github.com/adetokunbo/wai-middleware-delegate#readme

Version on this page:0.1.3.1
LTS Haskell 22.14:0.1.4.1
Stackage Nightly 2024-03-29:0.1.4.1
Latest on Hackage:0.1.4.1

See all snapshots wai-middleware-delegate appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:wai-middleware-delegate-0.1.3.1@sha256:39e463050c9f936f9e1fa480f41ae6109cc2789874348e90d5b4c2d03b4e85d8,2634

Module documentation for 0.1.3.1

WAI middleware that intercepts requests that match a predicate and responds to them using alternate WAI Applications or proxied hosts.

Read this short example for an introduction to its usage.

Changes

Revision history for wai-middleware-delegate

wai-middleware-delegate uses PVP Versioning.

0.1.3.1 – 2022-08-09

  • Relax the version bounds so that pre 2.0 versions of text are still supported

0.1.3.0 – 2022-08-09

  • Bump a dependency - switch to text-2.0

0.1.2.4 – 2021-09-30

  • Fix cabal reference to data files

0.1.2.3 – 2021-09-30

  • Add missing data files needed by the tests

0.1.2.2 – 2021-09-29

  • Fix the module documentation

0.1.2.1 – 2021-09-29

  • Relax some dependency upper-bounds
  • Compile with a later version of GHC

0.1.2.0 – 2020-10-20

  • Relax some dependency upper-bounds

0.1.1.0 – 2018-08-06

  • Add configuration for the number of redirects

0.1.0.0 – 2018-07-28

  • Initial version.