[plt-scheme] HTTP library for PLT Scheme?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon May 12 09:17:06 EDT 2008

At Sun, 11 May 2008 10:19:15 -0400, "Andrei Stebakov" 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)?

The "url.ss" library of the "net" collection provides functions like
`get-pure-port' (for an HTTP GET) and `post-pure-port' (for an HTTP
POST).


Matthew



Posted on the users mailing list.