[racket] net/http-client

From: Michael Wilber (gcr at sneakygcr.net)
Date: Mon Sep 16 12:35:00 EDT 2013

Interesting. Does this replace get-pure-port and friends? If not, maybe
we should include some wording in the docs for new users: "These
functions are for those who need low-level control over their HTTP
requests. For a friendlier and more conventional HTTP interface, see
..."

Jay McCarthy <jay.mccarthy at gmail.com> writes:
> It exists, but it is only in the latest version.
>
> https://github.com/plt/racket/blob/master/racket/collects/net/http-client.rkt
>
> If you look at the snapshots, you can see the docs:
>
> http://www.cs.utah.edu/plt/snapshots/current/doc/net/http-client.html?q=net/http-client
>
> Jay
>
>
> On Thu, Sep 12, 2013 at 6:38 PM, Nick Sivo <nicksivo at gmail.com> wrote:
>
>> Hi,
>>
>> I've heard rumors of a net/http-client library that solves a variety
>> of common problems with the http functions in net/uri, including some
>> I'm having.
>>
>> Where does net/http-client live?  I searched the docs and the trunk in
>> github and couldn't find it.  Or is it just planned?
>>
>> Thanks,
>> Nick
>> ____________________
>>   Racket Users list:
>>   http://lists.racket-lang.org/users
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://faculty.cs.byu.edu/~jay
>
> "The glory of God is Intelligence" - D&C 93
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.