Christian Marie
70ffe01f9a
Rewrite Utils.Links to export a nicer API.
...
* Add support for parameters.
* Clean up type level magic, invalid links no longer have a type.
* Proxies are now used to be consistent with the rest of the servant ecosystem.
2015-01-29 10:07:01 +11:00
Timo von Holtz
015a6feeea
Travis: use current HEAD of servant-server
2015-01-28 21:00:28 +11:00
Christian Marie
6785717d8c
Add constrainty Link implementation.
2015-01-27 16:06:21 +11:00
Christian Marie
7336ecbaeb
Export open type family IsElem' to allow custom API types in Links.
...
Also:
* Export unLink function to be able to use the contents of a Link
* Add Raw to the isLink'' family.
2015-01-23 17:44:06 +11:00
Timo von Holtz
4228447e91
Add TLS support
2015-01-23 09:18:13 +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
83e46f41ef
Merge pull request #2 from dlarsson/master
...
Support for matrix parameters
2015-01-15 12:40:40 +01: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
Julian Arni
4eb943021f
Merge pull request #4 from dlarsson/master
...
Support for matrix parameters
2015-01-15 10:52:06 +01:00
Daniel Larsson
8e5bc6eb59
Fixed merge/rebase issue
2015-01-15 10:47:50 +01:00
Daniel Larsson
fcf5402861
Rebased to latest upstream
2015-01-15 10:44:45 +01:00
Daniel Larsson
0b2f2ae490
Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag)
2015-01-15 10:40:57 +01:00
Daniel Larsson
0b29d1d690
Bumped version number, and added a .gitignore file.
2015-01-15 10:38:59 +01:00
Daniel Larsson
839f5a79a9
Added support for matrix parameters
2015-01-15 10:38:59 +01:00
Julian K. Arni
3e0be5a305
Added update-nixpkgs.sh script.
2015-01-09 18:04:36 +01:00
Alp Mestanogullari
5a6d864ebe
Merge pull request #5 from zerobuzz/2015-01-06-explicit-import-lists
...
Explicit import lists
2015-01-06 18:32:19 +01:00
Matthias Fischmann
92a8a78abe
Explicit imports in /test.
2015-01-06 17:57:50 +01:00
Matthias Fischmann
40b13a9c86
Explicit imports in /src.
2015-01-06 17:54:53 +01:00
Matthias Fischmann
9b10181d9a
Remove unused imports.
2015-01-06 17:51:07 +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
Daniel Larsson
409a10442d
Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag)
2015-01-04 18:14:27 +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
Daniel Larsson
8aba885488
Added support for matrix parameters.
2015-01-01 23:43:29 +01:00
Daniel Larsson
80b82fd885
Bumped version number, and added a .gitignore file.
2015-01-01 22:46:58 +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
Daniel Larsson
83afdcb96b
Declared query string parameters are always sent in requests, even when no value is assigned to them (?name). The server handles a missing query parameter, and a query parameter with no value the same, but to be consistent with the documentation ("If you give Nothing, nothing will be added to the query string.") I made a small change to avoid sending empty query parameters. Also the value and req' parameters were flipped in the lambda in the QueryParams case.
2015-01-01 15:14:07 +01:00
Daniel Larsson
fe541f3bf4
Added support for matrix parameters
2014-12-28 22:56:58 +01: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