Timo von Holtz
74b5bc400c
Allow more response codes without failing
2015-03-09 17:04:31 +11:00
Timo von Holtz
07d84d019c
Tests for all reported errors
2015-03-09 14:42:07 +11:00
Timo von Holtz
23311a8f5d
Some tests for errors
2015-03-09 14:42:07 +11:00
Timo von Holtz
fe6962d0b9
Adjust existing tests for change in error type
2015-03-09 14:42:07 +11:00
Timo von Holtz
8015906b53
Record accessors for ServantError
2015-03-09 14:42:07 +11:00
Timo von Holtz
ba46ecc0a9
Use ServantError
to report Errors instead of String
2015-03-09 14:42:07 +11:00
Julian Arni
83aff1495b
Merge pull request #13 from haskell-servant/manager-ioref
...
Use an `IORef` rather than a `MVar`.
2015-03-09 00:23:36 +01:00
Alp Mestanogullari
947815e6d3
Merge pull request #31 from haskell-servant/wip-incorrect-error
...
Change JSON-specific error message to a more general one
2015-03-05 18:56:16 +01:00
Christian Marie
0be89b4f3d
Change JSON-specific error message to a more general one
2015-03-05 12:11:20 +11:00
Timo von Holtz
449b3758f0
Changelog for MVar-change
2015-03-05 10:36:34 +11:00
Timo von Holtz
aeb1136658
Use an IORef
rather than a MVar
.
...
The job of a manager is to synchronize threads, so it is not necessary to block.
2015-03-05 09:49:15 +11:00
Alp Mestanogullari
84f8f814c7
add a changelog entry for the content-type aware instances
2015-03-04 11:19:51 +01:00
Julian Arni
af8e395664
Merge pull request #9 from anchor/content-types
...
Code changes to support Jkarni/content types.
2015-03-04 11:10:20 +01:00
Alp Mestanogullari
eb87b00b0d
prepare changelog for next version
2015-03-04 02:07:13 +01:00
Alp Mestanogullari
229bfc3a57
prepare changelog for next version
2015-03-04 02:02:13 +01:00
Alp Mestanogullari
1af0d7b5ab
tentative changelog
2015-03-04 01:59:17 +01:00
Alp Mestanogullari
b24822a448
tentative changelog
2015-03-04 01:53:40 +01:00
Alp Mestanogullari
13dcf081a7
tentative CHANGELOG
2015-03-04 01:47:47 +01:00
Christian Marie
cf1a7aeb9c
Merge pull request #21 from anchor/expose-form-urlencoded
...
Expose FormUrlEncoded through Servant.API
2015-03-04 09:17:58 +11:00
Timo von Holtz
07cd4f65d6
Expose FormUrlEncoded through Servant.API
2015-03-04 09:04:21 +11:00
Timo von Holtz
2c2a2fcb54
Extend tests with more content types
2015-03-04 08:59:36 +11:00
Roland Schatz
f7af3b14d2
Introduce ServerT
to specify generic handlers.
2015-03-02 22:23:56 +01:00
Julian K. Arni
b7131b45c4
Use github servant-server.
2015-03-02 15:56:02 +01:00
Julian Arni
4602225f60
Merge pull request #19 from haskell-servant/jkarni/integrate-doctests
...
Cleanup, including:
2015-03-02 15:27:14 +01:00
Julian Arni
5f6c981d80
Merge pull request #29 from zerobuzz/export-toApplication-fun
...
Export `toApplication` from Server.
2015-02-27 15:41:52 +01:00
Matthias Fischmann
27e842365f
Remove overly specific comment.
2015-02-27 15:27:35 +01:00
Matthias Fischmann
1a63d8797a
Export toApplication
from Server.
2015-02-27 14:54:53 +01:00
Julian K. Arni
635902e592
Cleanup, including:
...
- Integrated doctests into cabal
- Doctest more of the documentation
- Remove the (:>) constructor
- Give kind signatures to Symbols
- Make all constructors typeable
- Use stylish-haskell for consistency of styling
- Cleanup documentation
- Remove old TODO.md
2015-02-25 23:10:29 +01:00
Julian Arni
33279c525d
Merge pull request #11 from anchor/content-types
...
Content types
2015-02-25 13:25:10 +01:00
Julian Arni
8cac6c6bb3
Merge pull request #18 from haskell-servant/jkarni/decodeLenient
...
Use lenient decoding for JSON.
2015-02-25 13:09:07 +01:00
Julian K. Arni
1a200f1c48
Use lenient decoding for JSON.
2015-02-25 12:48:15 +01:00
Timo von Holtz
da0e1ca871
Extend tests and clean up
2015-02-25 09:56:06 +11:00
Timo von Holtz
40a941e0e3
Don't ignore the content-type in ReqBody
2015-02-25 09:30:31 +11:00
Julian Arni
cae0b6e252
Merge pull request #13 from haskell-servant/jkarni/content-types
...
Jkarni/content types
2015-02-24 15:01:46 +01:00
Julian K. Arni
b96a2d214d
Pay down some coverage debt
2015-02-24 14:48:17 +01:00
Julian K. Arni
81c3589624
Review fix
2015-02-24 14:08:27 +01:00
Julian K. Arni
0789682cf8
Remove ContentTypes.hs
2015-02-24 14:08:27 +01:00
Julian K. Arni
e9f3341b9e
Move more Content-type logic back to servant.
2015-02-24 14:08:27 +01:00
Julian K. Arni
2092ddc201
Charset test fixes.
2015-02-24 14:08:27 +01:00
Julian K. Arni
8028cceee7
ReqBody content types.
2015-02-24 14:08:27 +01:00
Julian K. Arni
380acb3efa
Add Accept header handling.
2015-02-24 14:07:00 +01:00
Alp Mestanogullari
72b2fac95d
Merge pull request #15 from zerobuzz/canonical-order
...
Render entpoints in canonical order.
2015-02-24 11:15:28 +00:00
Matthias Fischmann
68fee749c4
Remove dead code.
2015-02-24 11:01:34 +01:00
Julian K. Arni
b00596a530
Bump upper bound for http-media
2015-02-24 10:29:00 +01:00
Matthias Fischmann
f11d5207e4
Dropped orphan instance for MediaType (now available upstream).
2015-02-24 08:54:14 +01:00
Matthias Fischmann
1fef813a3b
Render entpoints in canonical order.
2015-02-23 11:33:44 +01:00
Julian Arni
465e006e6e
Merge pull request #13 from anchor/form-urlencoded
...
Add support for application/x-www-form-urlencoded
2015-02-23 09:52:32 +01:00
Timo von Holtz
4f91a28d57
Add test for FormUrlEncoded using Network.URL
2015-02-23 16:54:10 +11:00
Christian Marie
795a770780
Merge pull request #11 from haskell-servant/wip-note-api
...
General extra info API
2015-02-23 10:55:43 +11:00
Christian Marie
055655618f
Merge remote-tracking branch 'origin/master' into wip-note-api
2015-02-23 10:47:28 +11:00