cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 7c0ea423908d783a109ccb32caef40deeb7a001e
parent d909aa587d009047ba1bf0c8cc86a26b791cf90c
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat,  1 Nov 2014 10:10:08 +0100

write to /tmp

Diffstat:
Mnet.lisp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net.lisp b/net.lisp @@ -65,8 +65,8 @@ `("-H" ,(format nil "Content-Type:~a" content-type))) ,url))) -;;(curl "http://localhost:631/printers/" :response-file "printers.html") -;;(curl "http://localhost:631/jobs/82" :response-file "job-status.html") +;;(curl "http://localhost:631/printers/" :response-file "/tmp/printers.html") +;;(curl "http://localhost:631/jobs/82" :response-file "/tmp/job-status.html") (defun download-rss (url) (let ((body (nth-value 4 (rw.http:client url))))