rest-types

Silk Rest Framework Types

Version on this page:1.11.1.1
LTS Haskell 11.22:1.14.1.2
Stackage Nightly 2018-03-12:1.14.1.1@rev:4
Latest on Hackage:1.14.1.2@rev:1

See all snapshots rest-types appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:rest-types-1.11.1.1@sha256:d2559ccb3b9d12cd9cf0ac371ab7327d7e39367dbeb771615c64952b67f66d92,1029

Silk Rest Framework Types

Changes

Changelog

1.11.1.1

  • Return a 405 for unsupported methods.

1.11.1

  • Moved Range from rest-core to Rest.Types.Range.

1.11

  • Added Rest.Types.Error.ToResponseCode for getting the response codes of errors.
  • Removed responseCode from Rest.Types.Error.DomainReason, use toResponseCode instead.
  • Added Rest.Types.Info, moved from rest-core.

1.10.2

  • Add Functor, Foldable and Traversable instances for the types in Rest.Types.Error.

1.10.1

  • Added ShowUrl instance for strict and lazy Text.

1.10.0.3

  • Use JSONSchema Any type instead of Choice [].

1.10.0.2

  • Use rest-stringmap == 0.2.*.

1.10.0.1

  • Allow mtl == 2.2.*.

1.10

  • Removed Rest.Container.StringMap in favor of rest-stringmap. KeyValues is now an alias for Rest.StringMap.HashMap.Strict String Value.