Commit Graph

13 Commits

Author SHA1 Message Date
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