curl-aeson: Communicate with HTTP service using JSON

[ bsd3, json, library, network, web ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.3, 0.0.4, 0.1.0.0, 0.1.0.1
Dependencies aeson (>=0.6.0.0), base (>=4 && <5), curl (>=1.3.7), text, utf8-string (>=0.3) [details]
License BSD-3-Clause
Author Joel Lehtonen
Maintainer joel.lehtonen+curlaeson@iki.fi
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
Uploaded by JoelLehtonen at 2014-08-24T01:36:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2501 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]