Commit Graph

21 Commits

Author SHA1 Message Date
Julian K. Arni
5e4297a135 Review fixes 2015-02-19 13:46:11 +01:00
Julian K. Arni
8930a45403 Add Content Types.
Still needs QQ.
2015-02-18 10:25:33 +01:00
Matthias Fischmann
40b13a9c86 Explicit imports in /src. 2015-01-06 17:54:53 +01:00
Alp Mestanogullari
6836eb6bcc add split server-side bits into servant-server 2014-12-10 16:31:40 +01:00
Alp Mestanogullari
67abcff47f first shot at splitting servant into servant, servant-client and servant-docs 2014-11-27 18:28:01 +01:00
Alp Mestanogullari
60c7addb5e more haddocks 2014-11-22 19:19:21 +01:00
Alp Mestanogullari
1dd253d2a0 haddocks for Get 2014-11-22 17:41:35 +01:00
Sönke Hahn
eff31f7485 implemented 'instance HasClient Raw' 2014-11-13 19:57:53 +08:00
Sönke Hahn
8d92d66e00 refactored Servant.Docs.ToSample 2014-11-13 19:55:03 +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
2f9fb2b713 removed S.Utils.Client (and put the code into S.Client.Req) 2014-11-07 15:23:50 +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
f0bca3852c implement BaseUrl to allow https for Clients 2014-11-05 20:03:57 +08:00
Sönke Hahn
a9eeff14bd client: correctly handle exceptions on error status codes 2014-10-31 18:01:00 +08:00
Sönke Hahn
f058a3051a HasClient: changing URI to URIAuth (and adding the first client test
case)
2014-10-31 18:01:00 +08:00
Alp Mestanogullari
641ee69eba 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
Sönke Hahn
c98c7db0df Routing strips path snippets (and Raw receives modified Requests) 2014-10-28 17:42:49 +08:00
Alp Mestanogullari
4ebc4944c2 Add automatic doc generation support, including instances for all our API combinators so far 2014-10-28 09:04:27 +01:00
Sönke Hahn
b749f7fbc6 added Servant.API.Raw (only with HasServer) 2014-10-28 13:42:37 +08:00
Alp Mestanogullari
d838191ec8 reorganize everything into a sane(r) module structure 2014-10-25 01:27:39 +02:00