HTTP client

Discussion of Common Lisp
Post Reply
ppynk
Posts: 2
Joined: Tue May 03, 2016 12:44 pm

HTTP client

Post by ppynk » Sun May 22, 2016 12:13 pm

Hello, guys, I've found that there is a good http-client library called drakma, but when I tried to load it with asdf, it came into 13 dependences on other libraries, and I just wonder, if there is any simplier way to use http client? I need just to load html of a certain page. Do I have to use drakma or is there any other useful lib?

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: HTTP client

Post by nuntius » Tue May 24, 2016 5:21 am

Quicklisp is the easy way to download dependencies.

https://www.quicklisp.org/beta/

ppynk
Posts: 2
Joined: Tue May 03, 2016 12:44 pm

Re: HTTP client

Post by ppynk » Thu May 26, 2016 3:48 am

Thank you, found S-HTTP-CLIENT library doing work fine. DRAKMA needs asdf version greater than 3.0.0. Yes, quicklisp is the easiest way to load libs.

Post Reply