Commit Graph

  • 9b375b137f rename RQBody to JsonBody everywhere Alp Mestanogullari 2014-10-28 15:29:07 +0100
  • fc67c3b7aa rename GetParam to QueryParam everywhere Alp Mestanogullari 2014-10-28 15:06:47 +0100
  • 641ee69eba improve the routing mechanism by augmenting the routing error type with some information and a sound monoid instance. this addresses #10 Alp Mestanogullari 2014-10-28 14:34:28 +0100
  • 71de673df2 refactoring: move Servant.Text to Servant.Utils.Text Sönke Hahn 2014-10-28 19:34:41 +0800
  • e7711a3c17 small haddocks changes Alp Mestanogullari 2014-10-28 12:36:32 +0100
  • d9eaf769d1 test suite: Capture strips path snippets Sönke Hahn 2014-10-28 17:52:47 +0800
  • c98c7db0df Routing strips path snippets (and Raw receives modified Requests) Sönke Hahn 2014-10-28 17:42:49 +0800
  • a7c1ec1ad4 Merge remote-tracking branch 'origin/new-impl' into misc Sönke Hahn 2014-10-28 17:23:52 +0800
  • e255b1fa5a added documentation Sönke Hahn 2014-10-28 17:12:25 +0800
  • 1181eb8d5e add client, server and docs support for PUT Alp Mestanogullari 2014-10-28 09:17:28 +0100
  • 97d4133eb1 add client, server and docs support for the DELETE HTTP method Alp Mestanogullari 2014-10-28 09:14:10 +0100
  • 4ebc4944c2 Add automatic doc generation support, including instances for all our API combinators so far Alp Mestanogullari 2014-10-28 09:04:27 +0100
  • d85231d093 Merge pull request #6 from zalora/wip-travis Alp Mestanogullari 2014-10-28 08:12:48 +0100
  • f37e39bb4d Tweaked comment in Servant.API.Post Sönke Hahn 2014-10-28 14:25:08 +0800
  • c08ca320a9 test suite: Capture Sönke Hahn 2014-10-28 14:00:01 +0800
  • b749f7fbc6 added Servant.API.Raw (only with HasServer) Sönke Hahn 2014-10-27 18:24:20 +0800
  • 207f398572 test suite: GetParam Sönke Hahn 2014-10-27 16:24:56 +0800
  • 5a011b53d1 made travis file work Sönke Hahn 2014-10-28 12:55:07 +0800
  • c393afa08e test suite: Union (`:<|>`) Sönke Hahn 2014-10-27 15:52:18 +0800
  • d0782db08b test suite: Post Sönke Hahn 2014-10-27 08:10:48 +0100
  • 13664a218c test suite: added initial test suite Sönke Hahn 2014-10-27 07:24:23 +0100
  • d838191ec8 reorganize everything into a sane(r) module structure Alp Mestanogullari 2014-10-25 01:27:39 +0200
  • 50f5c36727 revamp a lot of the HasClient code to thread a Req object around instead of just the path. allows for a cleaner way to handle path, query string and request body modification. add support for GET params too Alp Mestanogullari 2014-10-24 19:39:03 +0200
  • 35c9078fcb get rid of some more proxies, client-side capture support, client and server side request body support Alp Mestanogullari 2014-10-24 13:37:37 +0200
  • 8c8bc15ea9 get rid of a lot of useless proxies and implement POST requests support on server and client side Alp Mestanogullari 2014-10-24 13:36:19 +0200
  • 8c260f5127 make error messages for the GET client more general Alp Mestanogullari 2014-10-23 14:36:40 +0200
  • c1a5a3a09f add request body support, works very much like captures Alp Mestanogullari 2014-10-23 14:16:00 +0200
  • 3a32bd4162 rename the 'Captured' class to 'FromText' Alp Mestanogullari 2014-10-22 12:56:46 +0200
  • 1a105448f0 simplify the example a bit Alp Mestanogullari 2014-10-21 17:09:06 +0200
  • dfc2676c25 fixed the bug i mentionned in a note, so removed that part of the note Alp Mestanogullari 2014-10-21 16:37:51 +0200
  • 85f883f4de make sure the path matches exactly in GET, and check that the client actually made a GET request Alp Mestanogullari 2014-10-21 16:31:22 +0200
  • 45a625c72c add a comment about the Server instance for Capture Alp Mestanogullari 2014-10-21 16:18:18 +0200
  • a650b97378 extend the note about a potentially buggy behavior Alp Mestanogullari 2014-10-21 15:46:20 +0200
  • 3050d6dcbf add a note about a potential buggy behavior Alp Mestanogullari 2014-10-21 15:38:26 +0200
  • c35a510f12 beginning of a new implementation, using Soenke's typed rest Alp Mestanogullari 2014-10-21 15:25:34 +0200