Re: how to get contents of url
Way back in 2003, Edi Weitz wrote: > Larry Eclipse" <leclipse <at> insightful.com> writes: > > > Does lispworks have a function like wget or geturl in python that > > returns the contents of a url given the url? I know about cl-http > > but I don't want to use it. > > I don't think it has. However, acl-compat[1] (which works with LW) > includes functionality to do that. > > For a project of mine I wrote my own LW version of "wget" which > supports GET and POST parameters, Cookies and SSL (using CL-SSL) > because I wasn't aware of the fact that I could have used > acl-compat. Let me know if you want me to mail it to you. I'm looking for a similar GETURL function. What's the best thing to use? Is the best thing DO-HTTP-REQUEST in acl-compat? or is there a newer better thing that I don't know about? Thanks! Regards, Chris Dean