[Haskell-cafe] http-client(-tls) or http-conduit?

Baojun Wang wangbj at gmail.com
Fri May 5 02:28:37 UTC 2017


Thanks! http-client and http-client-tls would suffice, no conduit streaming
was involved.
On Thu, May 4, 2017 at 18:55 Dan Burton <danburton.email at gmail.com> wrote:

> http-conduit uses http-client and http-client-tls as dependencies. If your
> use case is satisfied by http-client(-tls), then feel free to stick with
> that. http-conduit provides the same functionality, as well as additional
> functionality for streaming requests and responses.
>
> -- Dan Burton
>
> On Thu, May 4, 2017 at 6:25 PM, Baojun Wang <wangbj at gmail.com> wrote:
>
>> Hi cafe,
>>
>> It seems both(all) packages are actively maintained, however, they seem
>> to provide a lots of similar functionalities, is there any preferences to
>> use any one of them, and the reason why (Personally I'd prefer the former
>> because of familiarity)? I've read [
>> https://haskell-lang.org/library/http-client] but it doesn't have
>> recommendation.
>>
>> Thanks
>> baojun
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> To (un)subscribe, modify options or view archives go to:
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>> Only members subscribed via the mailman list are allowed to post.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170505/ac8e3963/attachment.html>


More information about the Haskell-Cafe mailing list