From: Andrei Stebakov (lispercat at gmail.com) Date: Mon May 12 15:48:59 EDT 2008 |
|
Any samples code that goes with it? The function is described as (post-pure-port<http://docs.plt-scheme.org/net/url.html#%28def%7E20%28%28collects%7E20net%7E20url..ss%29%7E20post-pure-port%29%29> URL post [header]) → input-port?<http://docs.plt-scheme.org/reference/port-ops.html#%28def%7E20%28%7E23%7E25kernel%7E20input-port%7E3f%29%29> URL : url?<http://docs.plt-scheme.org/net/url.html#%28def%7E20%28%28collects%7E20net%7E20url-structs..ss%29%7E20url%7E3f%29%29> post : bytes? header : (listof<http://docs.plt-scheme.org/reference/Data-structure_Contracts.html#%28def%7E20%28%28collects%7E20scheme%7E20private%7E20contract..ss%29%7E20listof%29%29> string?<http://docs.plt-scheme.org/reference/strings.html#%28def%7E20%28%7E23%7E25kernel%7E20string%7E3f%29%29> ) = null<http://docs.plt-scheme.org/reference/pairs.html#%28def%7E20%28%7E23%7E25kernel%7E20null%29%29> 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20080512/4a79ae55/attachment.html>
Posted on the users mailing list. |
|