servant/src/Servant/API
Julian K. Arni c6264dd202 Add queryParam.
And update names.
2014-10-29 13:10:04 +01:00
..
Capture.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
Delete.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
Get.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
Post.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
Put.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
QQ.hs Add queryParam. 2014-10-29 13:10:04 +01:00
QueryParam.hs rename GetParam to QueryParam everywhere 2014-10-28 15:06:47 +01:00
Raw.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
ReqBody.hs raise InvalidBody when failing to decode the request body 2014-10-28 16:52:30 +01:00
Sub.hs improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 2014-10-28 14:34:28 +01:00
Union.hs introduce InvalidBody as the 'stickiest' route mismatch reason. code review changes too, to close #14 close #11 close #10 2014-10-28 16:50:42 +01:00