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 |
|
Julian K. Arni
|
b00596a530
|
Bump upper bound for http-media
|
2015-02-24 10:29:00 +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 |
|
Julian K. Arni
|
d824e7ed3c
|
Run coveralls for master too
|
2015-02-21 17:41:30 +01:00 |
|
Timo von Holtz
|
1d378e644c
|
Add support for application/x-www-form-urlencoded
|
2015-02-21 07:52:38 +11:00 |
|
Julian Arni
|
a2f95f04c4
|
Merge pull request #16 from haskell-servant/jkarni/CommonTextTests
Fix Integer FromText instance.
|
2015-02-20 17:27:51 +01:00 |
|
Julian K. Arni
|
5be2430b11
|
Fix Integer FromText instance.
And add FromText/ToText tests.
|
2015-02-20 17:05:59 +01:00 |
|
Julian Arni
|
5f1e8c3607
|
Merge pull request #9 from haskell-servant/jkarni/content-types
Jkarni/content types
|
2015-02-20 15:37:38 +01:00 |
|
Julian K. Arni
|
b02b67b4b7
|
handleCTypeH success test
|
2015-02-20 15:22:26 +01:00 |
|
Julian K. Arni
|
5470297bdc
|
Remove QQ for now
|
2015-02-20 15:08:13 +01:00 |
|
Julian K. Arni
|
99374c5868
|
Only 'text' type should have charset parameter
|
2015-02-20 15:05:24 +01:00 |
|
Julian K. Arni
|
784660c8ad
|
Check whether travis build is PR for coveralls.
To prevent double messages and double builds.
|
2015-02-20 12:41:33 +01:00 |
|
Julian K. Arni
|
08528dccfa
|
More content type tests
|
2015-02-20 12:26:53 +01:00 |
|
Julian K. Arni
|
0453cc3d2a
|
Some tests for provided content-types.
|
2015-02-20 01:12:34 +01:00 |
|
Julian K. Arni
|
d299bd3397
|
Move Mime(Un)Render and remove types which don't have instances for them
|
2015-02-20 01:07:06 +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
|
fb71eb8f01
|
Enable coveralls
|
2015-02-19 20:32:05 +01:00 |
|
Julian K. Arni
|
ebc266022c
|
Small tweaks for servant-server
|
2015-02-19 19:18:08 +01:00 |
|
Julian K. Arni
|
5e4297a135
|
Review fixes
|
2015-02-19 13:46:11 +01:00 |
|
Julian K. Arni
|
578bda35d9
|
Use hackage docs.
|
2015-02-18 13:21:37 +01:00 |
|
Julian K. Arni
|
7f7ab2c804
|
Use hackage doc links.
Rather than our own stale ones.
|
2015-02-18 13:18:28 +01:00 |
|
Julian K. Arni
|
0658ab674f
|
Update other-extensions.
|
2015-02-18 12:07:54 +01:00 |
|
Julian K. Arni
|
21667cc049
|
Remove unneeded module
|
2015-02-18 11:50:52 +01:00 |
|
Julian K. Arni
|
dab3c9b62d
|
fix rebase issues
|
2015-02-18 10:40:55 +01:00 |
|
Julian K. Arni
|
a75c723226
|
Move more content-type logic from servant-server
|
2015-02-18 10:29:16 +01:00 |
|
Julian K. Arni
|
d7e1f1230e
|
WIP
|
2015-02-18 10:29:16 +01:00 |
|
Julian K. Arni
|
a1e1de91a9
|
ReqBody content types.
And general cleanup.
|
2015-02-18 10:29:16 +01:00 |
|
Julian K. Arni
|
98e02ea7cf
|
Move accept handling into servant-server.
|
2015-02-18 10:25:33 +01:00 |
|
Julian K. Arni
|
8930a45403
|
Add Content Types.
Still needs QQ.
|
2015-02-18 10:25:33 +01:00 |
|
Julian Arni
|
4f0d0b5093
|
Merge pull request #24 from anchor/patch-method
Add PATCH method
|
2015-02-14 18:13:26 +01:00 |
|
Julian Arni
|
648dc2f2fb
|
Merge pull request #11 from anchor/patch-method
Patch method
|
2015-02-15 00:59:19 +08:00 |
|
Timo von Holtz
|
9a3c268be4
|
Add PATCH method
|
2015-02-10 11:33:41 +11:00 |
|
Timo von Holtz
|
71011745c0
|
Actually include the Patch.hs
|
2015-02-10 11:28:16 +11:00 |
|
Timo von Holtz
|
59a20b2974
|
Add PATCH method
|
2015-02-10 11:18:13 +11:00 |
|
Christian Marie
|
b27e256b41
|
Merge pull request #10 from anchor/wip-new-safe-links
New safe link API
|
2015-01-31 10:14:59 +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 |
|
Christian Marie
|
d03788ee21
|
Flip safeLink and rename link to toLink
|
2015-01-30 11:03:48 +11:00 |
|
Christian Marie
|
12cf4e02ab
|
Remove un-needed dependencies.
|
2015-01-29 17:55:57 +11:00 |
|
Christian Marie
|
36268030b5
|
Correct typo in Util.Links documentation
|
2015-01-29 17:45:47 +11:00 |
|
Christian Marie
|
3a4471f211
|
Remove Monoid instance of Link and simplify Utils.Links documentation
|
2015-01-29 15:03:33 +11:00 |
|