curl-aeson: Communicate with HTTP service using JSON
A library for communicating with JSON over HTTP connection. Supports rich set of HTTP connectivity features provided by libcurl combined to the performance and elegancy of aeson.
All HTTP methods are supported. Instances of ToJSON and
FromJSON typeclasses can be transferred via this library.
Session cookies and other HTTP options may be passed to libcurl
if needed.
This library is at its best when communicating with simple, non-standardized JSON interfaces. If you are implementing JSON-RPC compliant client or server, take a look at http://hackage.haskell.org/package/jmacro-rpc.
Downloads
- curl-aeson-0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.3, 0.0.4, 0.1.0.0, 0.1.0.1, 0.1.0.2 |
|---|---|
| Dependencies | aeson (>=0.6.0.0), base (>=4 && <5), bytestring, curl (>=1.3.7), text [details] |
| License | BSD-3-Clause |
| Author | Joel Lehtonen |
| Maintainer | joel.lehtonen+curlaeson@iki.fi |
| Uploaded | by JoelLehtonen at 2013-04-25T16:05:06Z |
| Category | Network, Web, JSON |
| Home page | https://github.com/zouppen/haskell-curl-aeson |
| Source repo | head: git clone git://github.com/zouppen/haskell-curl-aeson.git |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 2813 total (18 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |