rest-wai

Rest driver for WAI applications.

Version on this page:0.2.0.1
LTS Haskell 10.10:0.2.0.1@rev:2
Stackage Nightly 2018-03-10:0.2.0.1@rev:2
Latest on Hackage:0.2.0.1@rev:2

See all snapshots rest-wai appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:rest-wai-0.2.0.1@sha256:afeebdf12072be20904d27b8d00976a4fa82570cffab24be1e09d31d02ca6584,961

Module documentation for 0.2.0.1

Rest driver for WAI applications.

Changes

Changelog

0.2.0.1

  • Allow rest-core-0.39.

0.2

  • Breaking: Applicative and Monad constraint on m in apiToHandler'. See rest-core-0.37 for more details.
  • Allow http-types 0.9.*

0.1.0.8

  • Allow rest-core 0.36.*

0.1.0.7

  • Make header comparison case-insensitive.

  • Bump rest-core upper bound.

0.1.0.6

  • Remove unneeded dependency on utf8-string.

0.1.0.5

  • Use new version of rest-core.

0.1.0.4

  • Bump rest-core.
  • Drop rest-types dependency.
  • Allow text 1.2.*.

0.1.0.3

  • Bump rest-core.

0.1.0.2

  • Bump rest-core to 0.30.*

0.1.0.1

  • Allow wai == 3.0.*

0.1.0.0

  • Initial release