Julian K. Arni
|
380acb3efa
|
Add Accept header handling.
|
2015-02-24 14:07:00 +01:00 |
|
Julian K. Arni
|
c1377e0a73
|
Add cabal sandbox to travis path
|
2015-02-19 23:02:29 +01:00 |
|
Julian K. Arni
|
b5f2032f77
|
Enable coveralls
|
2015-02-19 20:45:42 +01:00 |
|
Julian K. Arni
|
578bda35d9
|
Use hackage docs.
|
2015-02-18 13:21:37 +01:00 |
|
Julian Arni
|
4f0d0b5093
|
Merge pull request #24 from anchor/patch-method
Add PATCH method
|
2015-02-14 18:13:26 +01:00 |
|
Timo von Holtz
|
9a3c268be4
|
Add PATCH method
|
2015-02-10 11:33:41 +11:00 |
|
Julian Arni
|
b6a6505ecf
|
Merge pull request #22 from anchor/arbitrary-routemismatch
Add RouteMismatch constructor for arbitrary HTTP response code
|
2015-01-30 05:50:30 +01:00 |
|
Thomas Sutton
|
6b55bf583d
|
Add RouteMismatch constructor for arbitrary HTTP response code
|
2015-01-30 11:36:01 +11:00 |
|
Julian Arni
|
0bb35b8571
|
Merge pull request #20 from paf31/errors
Return JSON error messages in response
|
2015-01-21 10:00:22 +08:00 |
|
Phil Freeman
|
56791952b8
|
Return JSON error messages in response
|
2015-01-19 19:12:08 -08:00 |
|
Julian Arni
|
f04bd3e24b
|
Merge pull request #18 from haskell-servant/jkarni/fix-travis
Make travis clone master servant.
|
2015-01-16 11:01:31 +01:00 |
|
Julian K. Arni
|
7736339328
|
Make travis clone master servant.
|
2015-01-16 10:53:37 +01:00 |
|
Sönke Hahn
|
350e05e035
|
Merge pull request #17 from haskell-servant/fix_1
cabal: added lower bound for wai-app-static
|
2015-01-16 13:03:57 +08:00 |
|
Sönke Hahn
|
1148e21377
|
cabal: added lower bound for wai-app-static
Fixes #1.
|
2015-01-16 12:52:11 +08:00 |
|
Julian Arni
|
420fc2a842
|
Merge pull request #16 from dlarsson/matrix
Added support for matrix parameters.
|
2015-01-15 12:27:35 +01:00 |
|
Daniel Larsson
|
294eb3b76f
|
Added changelog text
|
2015-01-15 12:14:11 +01:00 |
|
Daniel Larsson
|
b18f27df7a
|
Added support for Matrix parameters
|
2015-01-15 12:10:21 +01:00 |
|
Alp Mestanogullari
|
9ef336b50f
|
Merge pull request #7 from zerobuzz/2015-01-06-explicit-import-lists
Explicit import lists
|
2015-01-06 17:44:12 +01:00 |
|
Matthias Fischmann
|
ca817f0c9d
|
Explicit imports in /test.
|
2015-01-06 17:34:03 +01:00 |
|
Matthias Fischmann
|
663fbaaabb
|
Make -Wall less noisy.
|
2015-01-06 17:31:13 +01:00 |
|
Matthias Fischmann
|
2f9c6340c4
|
Explicit imports in /src.
|
2015-01-06 17:25:25 +01:00 |
|
Julian Arni
|
6835f0559a
|
Merge pull request #6 from zerobuzz/mf59816/ignore-tailing-slashes
Ignore redundant trailing slashes (with test case).
|
2015-01-06 09:57:16 +01:00 |
|
Matthias Fischmann
|
9b8d25c838
|
Ignore redundant trailing slashes (with test case).
|
2015-01-05 14:27:06 +01:00 |
|
Julian K. Arni
|
0cc4f975cc
|
Bump version to 0.2.3
|
2015-01-04 16:26:33 +01:00 |
|
Julian K. Arni
|
1ec9d0a497
|
Add CHANGELOG.
|
2015-01-04 16:21:25 +01:00 |
|
Julian Arni
|
3ac502c803
|
Merge pull request #3 from haskell-servant/jkarni/servant-issue-2
Memoize requestBody IO action.
|
2015-01-04 16:12:49 +01:00 |
|
Julian K. Arni
|
b43301967d
|
Update reqBodyRef comment.
|
2015-01-04 16:08:22 +01:00 |
|
Julian K. Arni
|
726848b8a3
|
Add comment about what the bug was. Make ReqBodyState strict.
|
2015-01-03 18:18:40 +01:00 |
|
Julian K. Arni
|
ecb1da0e37
|
Cycle through ByteString.
|
2015-01-03 18:08:25 +01:00 |
|
Julian K. Arni
|
83f55259fa
|
Memoize requestBody IO action.
|
2015-01-03 18:08:25 +01:00 |
|
Julian Arni
|
1e6fbd111d
|
Merge pull request #4 from zerobuzz/test-case-for-servant-issue-3
This test case reproduces servant issue #3.
|
2015-01-03 00:51:18 +01:00 |
|
Alp Mestanogullari
|
aaf448f3fe
|
This test case reproduces servant issue #3.
|
2015-01-02 23:19:45 +01:00 |
|
Alp Mestanogullari
|
924c805db4
|
Merge pull request #2 from mpickering/patch-1
Complete code example in Servant.Server
|
2015-01-01 21:21:25 +01:00 |
|
Matthew Pickering
|
77aed79eba
|
Complete code example in Servant.Server
|
2015-01-01 20:10:17 +00:00 |
|
Alp Mestanogullari
|
df5c8d9843
|
guard against failures with old versions of 'either'
|
2014-12-19 18:26:03 +01:00 |
|
Alp Mestanogullari
|
0fea0ddbf9
|
expose Servant.Server.Internal, useful when we define our own combinators externally
|
2014-12-19 18:15:21 +01:00 |
|
Alp Mestanogullari
|
824c56ff22
|
prepare for release
|
2014-12-10 16:39:40 +01:00 |
|
Alp Mestanogullari
|
e43532b71d
|
first shot at a server package
|
2014-12-10 16:10:57 +01:00 |
|