[Haskell-cafe] [Haskell] ANNOUNCE: hs-json-rpc 0.0.0.1
Erik de Castro Lopo
mle+hs at mega-nerd.com
Thu Feb 9 22:29:30 CET 2012
Felipe Almeida Lessa wrote:
> [Redirecting to haskell-cafe]
>
> Congrats on your first release!
>
> While I haven't looked into your package in more depth, I'd suggest
> taking a look at http-conduit [1]. While I don't know of any
> benchmarks, it should be faster or at least as fast the HTTP package.
> It's also used by many people everyday (myself included), which means
> that it has no major bugs and that bugs are promptly solved. It also
> has some features that HTTP doesn't.
+1 on http-conduit.
I think the main feature that http-conduit has which HTTP lacks is
support for secure HTTPS operations.
With http-conduit being part of the Wai/Warp/Yesod stack I believe this
is a high tested and rigorously maintained piece of code.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the Haskell-Cafe
mailing list