Commit Graph

23 Commits

Author SHA1 Message Date
Alp Mestanogullari
67abcff47f first shot at splitting servant into servant, servant-client and servant-docs 2014-11-27 18:28:01 +01:00
Julian K. Arni
dee47654f9 Rename ApiQuasiQuoting.
And fix haddocks for it.
2014-11-25 16:35:56 +01:00
Alp Mestanogullari
60c7addb5e more haddocks 2014-11-22 19:19:21 +01:00
Sönke Hahn
d8b0e4c7e5 add S.Utils.StaticFiles 2014-11-13 14:54:10 +08:00
Sönke Hahn
c8def821a1 Re-export Proxy(..) from module Servant 2014-11-11 15:58:35 +08:00
Sönke Hahn
165022a554 module refactoring: putting some things in Servant.Common 2014-11-07 19:12:27 +08:00
Sönke Hahn
8e72c70767 moved S.Client.BaseUrl to S.Utils.BaseUrl 2014-11-07 11:58:41 +08:00
Sönke Hahn
93195abed6 put BaseUrl in it's own module 2014-11-07 11:09:54 +08:00
Sönke Hahn
71de673df2 refactoring: move Servant.Text to Servant.Utils.Text 2014-10-28 12:39:50 +01:00
Sönke Hahn
a7c1ec1ad4 Merge remote-tracking branch 'origin/new-impl' into misc
Conflicts:
	servant/src/Servant.hs
	servant/src/Servant/API.hs
2014-10-28 17:23:52 +08:00
Sönke Hahn
e255b1fa5a added documentation 2014-10-28 17:12:25 +08:00
Alp Mestanogullari
97d4133eb1 add client, server and docs support for the DELETE HTTP method 2014-10-28 09:14:10 +01:00
Alp Mestanogullari
d838191ec8 reorganize everything into a sane(r) module structure 2014-10-25 01:27:39 +02:00
Alp Mestanogullari
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 2014-10-24 19:39:03 +02:00
Alp Mestanogullari
35c9078fcb get rid of some more proxies, client-side capture support, client and server side request body support 2014-10-24 13:37:37 +02:00
Alp Mestanogullari
c1a5a3a09f add request body support, works very much like captures 2014-10-23 14:16:00 +02:00
Alp Mestanogullari
3a32bd4162 rename the 'Captured' class to 'FromText' 2014-10-22 12:56:46 +02:00
Alp Mestanogullari
1a105448f0 simplify the example a bit 2014-10-21 17:09:06 +02:00
Alp Mestanogullari
dfc2676c25 fixed the bug i mentionned in a note, so removed that part of the note 2014-10-21 16:37:51 +02:00
Alp Mestanogullari
45a625c72c add a comment about the Server instance for Capture 2014-10-21 16:18:18 +02:00
Alp Mestanogullari
a650b97378 extend the note about a potentially buggy behavior 2014-10-21 15:46:20 +02:00
Alp Mestanogullari
3050d6dcbf add a note about a potential buggy behavior 2014-10-21 15:38:26 +02:00
Alp Mestanogullari
c35a510f12 beginning of a new implementation, using Soenke's typed rest 2014-10-21 15:25:34 +02:00