servant/servant-server/test
Maxim Koltsov 57f0b0b390
Make error messages from combinators configurable
Currently there is no way for Servant users to customize formatting of
error messages that arise when combinators can't parse URL or request
body, apart from reimplementing those combinators for themselves or
using middlewares.

This commit adds a possibility to specify custom error formatters
through Context.

Fixes #685
2020-07-17 17:10:31 +03:00
..
Servant Make error messages from combinators configurable 2020-07-17 17:10:31 +03:00
Spec.hs Prepare merge 2015-04-20 11:13:18 +02:00