Commit Graph

201 Commits

Author SHA1 Message Date
Timo von Holtz
07cd4f65d6 Expose FormUrlEncoded through Servant.API 2015-03-04 09:04:21 +11: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 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
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
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
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
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
648dc2f2fb Merge pull request #11 from anchor/patch-method
Patch method
2015-02-15 00:59:19 +08: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
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
Christian Marie
c1ab495a7a Utils.Link documentation cleanup 2015-01-29 11:28:01 +11:00
Christian Marie
2a91686195 Tweak .travis.yml 2015-01-29 11:18:16 +11:00
Christian Marie
12d0d0a6e7 Documentation improvements and minor cleanup 2015-01-29 10:39:02 +11:00
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
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
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