[plt-scheme] Re: HTTP library for PLT Scheme?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon May 12 19:51:38 EDT 2008

Did you find string->url? There are uses in the PLT Scheme codebase, too.

Robby

2008/5/12 Andrei Stebakov <lispercat at gmail.com>:
> Any samples code that goes with it? The function is described as
>
>
> (post-pure-port URL post [header]) → input-port?
>
>
>   URL : url?
>
>
>   post : bytes?
>
>
>   header : (listof string?) = null
> How do I construct a request to url with a file to upload, for example?
> I am sure there must be samples somewhere but searching the internet I
> couldn't find any.
>
> Andrew
>
>
>
>
> On Sun, May 11, 2008 at 10:19 AM, Andrei Stebakov <lispercat at gmail.com>
> wrote:
> > I just started with the PLT Scheme and I am wondering if there is a
> library which impements the functionality of an HTTP client (http GET, POST
> requests, cookies etc)?
> >
> > Thank you,
> > Andrei
> >
>
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>

Posted on the users mailing list.