Page 1 of 1

request http with common lisp

Posted: Fri Dec 04, 2009 1:52 pm
by djdebaviere
hi,
we have a project in common lisp to make a parser of a website. this parser take the URL of the website like argument en return some speacial information about the website. my problem is I don't know how the to connect in the website using only the url. if you have an exemple of a program to do it please help me.

thanks

Re: request http with common lisp

Posted: Mon Dec 14, 2009 11:38 am
by Harleqin
Drakma can be used to get the page, and Closure HTML to parse it.