Commit graph

  • d299bd3397 Move Mime(Un)Render and remove types which don't have instances for them Julian K. Arni 2015-02-20 01:07:06 +0100
  • c1377e0a73 Add cabal sandbox to travis path Julian K. Arni 2015-02-19 23:02:29 +0100
  • 2da16c751a Enable coveralls Julian K. Arni 2015-02-19 20:53:37 +0100
  • 02c4adfd18 Simplify SupportedTypes instances Thomas Sutton 2015-02-20 08:05:37 +1100
  • 8087fae18b amr renamed allMimeRender Thomas Sutton 2015-02-20 08:03:11 +1100
  • fa0ef86c98 Enable coveralls Julian K. Arni 2015-02-19 20:48:52 +0100
  • b5f2032f77 Enable coveralls Julian K. Arni 2015-02-19 20:45:42 +0100
  • fb71eb8f01 Enable coveralls Julian K. Arni 2015-02-19 20:32:05 +0100
  • ebc266022c Small tweaks for servant-server Julian K. Arni 2015-02-19 19:18:08 +0100
  • 5e4297a135 Review fixes Julian K. Arni 2015-02-19 10:29:19 +0100
  • 0daa8d27a5 Add list of supported content types to documentation Thomas Sutton 2015-02-19 15:29:04 +1100
  • 921547da60 Example now depends on string-conversions Thomas Sutton 2015-02-19 13:23:13 +1100
  • f303f6176a Simplify encoding code slightly more Thomas Sutton 2015-02-19 13:19:29 +1100
  • d62c61224b Simplify encoding code slightly Thomas Sutton 2015-02-19 13:15:25 +1100
  • 3451dcf186 Use string conversions in example Thomas Sutton 2015-02-19 13:03:38 +1100
  • 508b9f9791 Generate docs with samples encoded in all types Thomas Sutton 2015-02-19 12:55:00 +1100
  • dba8689acd Remove redundant dependencies Thomas Sutton 2015-02-19 12:53:14 +1100
  • 6d85885b42 Add content types to the example Thomas Sutton 2015-02-19 12:48:10 +1100
  • 5578488538 Code changes to support Jkarni/content types. Timo von Holtz 2015-02-19 11:36:31 +1100
  • 3c14343b88 Add content-type params to type constructors Thomas Sutton 2015-02-19 10:59:24 +1100
  • 578bda35d9 Use hackage docs. Julian K. Arni 2015-02-18 13:21:37 +0100
  • 7f7ab2c804 Use hackage doc links. Julian K. Arni 2015-02-18 13:18:28 +0100
  • 0658ab674f Update other-extensions. Julian K. Arni 2015-02-18 12:07:54 +0100
  • 21667cc049 Remove unneeded module Julian K. Arni 2015-02-18 11:24:56 +0100
  • dab3c9b62d fix rebase issues Julian K. Arni 2015-02-18 10:40:55 +0100
  • a75c723226 Move more content-type logic from servant-server Julian K. Arni 2015-02-18 10:00:34 +0100
  • d7e1f1230e WIP Julian K. Arni 2015-01-28 12:52:35 +0800
  • a1e1de91a9 ReqBody content types. Julian K. Arni 2015-01-13 20:38:34 +0100
  • 98e02ea7cf Move accept handling into servant-server. Julian K. Arni 2015-01-12 15:09:19 +0100
  • 8930a45403 Add Content Types. Julian K. Arni 2015-01-08 16:24:19 +0100
  • b935f28185 Improve documentation. Christian Marie 2015-02-18 12:49:08 +1100
  • 48030a6a1b Simple design for client with content-types Timo von Holtz 2015-02-17 17:17:10 +1100
  • 6c99dfcb6c Cleanup Timo von Holtz 2015-02-17 13:50:50 +1100
  • a23204e134 Use renderHeader to render the Accept header Timo von Holtz 2015-02-17 12:23:03 +1100
  • 098b503625 Don't send an Accept header if the list of accepted types is empty Timo von Holtz 2015-02-17 11:56:15 +1100
  • c444ec8374 Send the correct Accept header Timo von Holtz 2015-02-17 11:51:59 +1100
  • e6e67b275b Check for correct content-type in result. Timo von Holtz 2015-02-17 10:55:35 +1100
  • db2c5a42b2 Expose content type in response. Timo von Holtz 2015-02-17 10:32:15 +1100
  • 7a1eac4e86 Correctly set the content type for ReqBody Timo von Holtz 2015-02-17 10:05:39 +1100
  • 8ef4b5dbcc Merge pull request #9 from haskell-servant/jkarni/fix-travis Julian Arni 2015-02-15 08:46:06 +0100
  • a723a0f8d5 Use 'master' servant and servant-server for travis. Julian K. Arni 2015-02-15 08:37:52 +0100
  • 4f0d0b5093 Merge pull request #24 from anchor/patch-method Julian Arni 2015-02-14 18:13:26 +0100
  • 648dc2f2fb Merge pull request #11 from anchor/patch-method Julian Arni 2015-02-15 00:59:19 +0800
  • 9a3c268be4 Add PATCH method Timo von Holtz 2015-02-10 11:33:41 +1100
  • 71011745c0 Actually include the Patch.hs Timo von Holtz 2015-02-10 11:28:16 +1100
  • 59a20b2974 Add PATCH method Timo von Holtz 2015-02-10 11:06:42 +1100
  • a7749a04b7 Merge pull request #6 from zerobuzz/nothing-really Alp Mestanogullari 2015-02-09 11:28:07 +0000
  • a008e08dd1 Add initial mockup of general extra info API Christian Marie 2015-02-07 15:17:39 +1100
  • 3b48ca7d43 Cleanup. Matthias Fischmann 2015-02-06 09:34:59 +0100
  • 0edb828c1d Fix tests -- Capture cannot be empty Christian Marie 2015-02-02 13:35:10 +1100
  • cdbe95bcdf Merge branch 'tvh-support-tls' Christian Marie 2015-02-02 12:39:55 +1100
  • 6797a58f65 Merge branch 'tvh-delete-empty-body' Christian Marie 2015-02-02 12:37:04 +1100
  • e5db50917b Add test for 'Delete' Timo von Holtz 2015-02-02 09:33:05 +1100
  • b27e256b41 Merge pull request #10 from anchor/wip-new-safe-links Christian Marie 2015-01-31 10:14:59 +1100
  • 56e68bc737 Don't try to parse the empty response body for Delete Timo von Holtz 2015-01-30 17:05:01 +1100
  • 2ea8a48eff Merge pull request #9 from anchor/wip-notes Christian Marie 2015-01-30 16:06:31 +1100
  • dd34ba0d92 Merge remote-tracking branch 'upstream/master' into wip-notes Christian Marie 2015-01-30 15:57:56 +1100
  • b6a6505ecf Merge pull request #22 from anchor/arbitrary-routemismatch Julian Arni 2015-01-30 05:50:30 +0100
  • b85a90c4f5 Add docsWithIntros function, update documentation Christian Marie 2015-01-30 15:45:00 +1100
  • 6b55bf583d Add RouteMismatch constructor for arbitrary HTTP response code Thomas Sutton 2015-01-30 11:36:01 +1100
  • d03788ee21 Flip safeLink and rename link to toLink Christian Marie 2015-01-30 11:03:48 +1100
  • 12cf4e02ab Remove un-needed dependencies. Christian Marie 2015-01-29 17:55:06 +1100
  • 36268030b5 Correct typo in Util.Links documentation Christian Marie 2015-01-29 17:45:47 +1100
  • 3a4471f211 Remove Monoid instance of Link and simplify Utils.Links documentation Christian Marie 2015-01-29 15:03:33 +1100
  • c1ab495a7a Utils.Link documentation cleanup Christian Marie 2015-01-29 11:23:10 +1100
  • 2a91686195 Tweak .travis.yml Christian Marie 2015-01-29 11:18:16 +1100
  • 12d0d0a6e7 Documentation improvements and minor cleanup Christian Marie 2015-01-29 10:39:02 +1100
  • 70ffe01f9a Rewrite Utils.Links to export a nicer API. Christian Marie 2015-01-29 10:07:01 +1100
  • 015a6feeea Travis: use current HEAD of servant-server Timo von Holtz 2015-01-28 21:00:28 +1100
  • 6785717d8c Add constrainty Link implementation. Christian Marie 2015-01-27 16:06:21 +1100
  • ec3bebee69 Merge pull request #7 from dlarsson/master Julian Arni 2015-01-27 03:16:30 +0100
  • 36e5330195 Merge 7336ecbaeb into 4eb943021f Christian Marie 2015-01-23 06:47:05 +0000
  • 7336ecbaeb Export open type family IsElem' to allow custom API types in Links. Christian Marie 2015-01-23 17:44:06 +1100
  • aa64d7a0bf Add DocIntro and DocNote types to allow extra docs Christian Marie 2015-01-23 12:19:37 +1100
  • 4228447e91 Add TLS support Timo von Holtz 2015-01-23 09:18:13 +1100
  • f62bb79da1 Merge pull request #6 from rtrvrtg/wip-header-value-templates Alp Mestanogullari 2015-01-22 02:01:11 +0100
  • d7f9e30fc8 Add a test to explicitly cover header variable template replacement Geoffrey Roberts 2015-01-22 11:41:06 +1100
  • 8aa5ce504e Switched again to Text because it made more sense given the dependency structure Geoffrey Roberts 2015-01-22 11:33:19 +1100
  • 21e9c9f5c9 Switched out MissingH for an implementation using split Geoffrey Roberts 2015-01-22 11:24:36 +1100
  • 745dbd09a9 Actually sanitise function names and handle X-Custom headers Geoffrey Roberts 2015-01-21 19:32:06 +1100
  • 158eab5157 Changed template for ReplaceHeaderArg. Got tests working. Geoffrey Roberts 2015-01-21 18:47:23 +1100
  • e16f90f107 Extended HeaderArg to allow header arguments to replace the contents of a template, allowing specially composed headers to create specially formatted headers Geoffrey Roberts 2015-01-21 18:27:25 +1100
  • 0bb35b8571 Merge pull request #20 from paf31/errors Julian Arni 2015-01-21 10:00:22 +0800
  • 56791952b8 Return JSON error messages in response Phil Freeman 2015-01-19 19:12:08 -0800
  • f04bd3e24b Merge pull request #18 from haskell-servant/jkarni/fix-travis Julian Arni 2015-01-16 11:01:31 +0100
  • 7736339328 Make travis clone master servant. Julian K. Arni 2015-01-15 12:51:44 +0100
  • 350e05e035 Merge pull request #17 from haskell-servant/fix_1 Sönke Hahn 2015-01-16 13:03:57 +0800
  • 1148e21377 cabal: added lower bound for wai-app-static Sönke Hahn 2015-01-16 12:52:11 +0800
  • 83e46f41ef Merge pull request #2 from dlarsson/master Julian Arni 2015-01-15 12:40:40 +0100
  • 420fc2a842 Merge pull request #16 from dlarsson/matrix Julian Arni 2015-01-15 12:27:35 +0100
  • 294eb3b76f Added changelog text Daniel Larsson 2015-01-15 12:14:11 +0100
  • b18f27df7a Added support for Matrix parameters Daniel Larsson 2014-12-28 23:07:14 +0100
  • d603431498 Merge branch 'master' of https://github.com/dlarsson/servant-docs Daniel Larsson 2015-01-15 11:05:02 +0100
  • c4f7735de8 Added support for matrix parameters Daniel Larsson 2015-01-06 14:30:01 +0100
  • 62f8a7f090 Initial support for matrix parameters. Not complete, not sure how to document them yet, since documentation is focused on endpoints, not individual path fragments. Daniel Larsson 2015-01-01 23:42:06 +0100
  • 4eb943021f Merge pull request #4 from dlarsson/master Julian Arni 2015-01-15 10:52:06 +0100
  • 8e5bc6eb59 Fixed merge/rebase issue Daniel Larsson 2015-01-15 10:47:50 +0100
  • fcf5402861 Rebased to latest upstream Daniel Larsson 2015-01-15 10:44:45 +0100
  • 0b2f2ae490 Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag) Daniel Larsson 2015-01-04 18:14:27 +0100
  • 0b29d1d690 Bumped version number, and added a .gitignore file. Daniel Larsson 2015-01-01 22:46:58 +0100