cl-ipp

Internet Printing Protocol (IPP) for Common Lisp
git clone https://logand.com/git/cl-ipp.git/
Log | Files | Refs

commit 7a7fa1e49a807a0e12e78b3d60021ce8d166ab0e
parent 06ca8cf654d5a699b2f79311ec862d14d82cb084
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed,  7 Aug 2013 09:19:50 +0200

comments oout

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

diff --git a/ipp.lisp b/ipp.lisp @@ -329,7 +329,6 @@ ,url))) ;;(wget "http://localhost:631/printers/" :response-file "/tmp/a.html") -;; wget|curl|lisp-http-client driver/backend (defun ipp-client (printer-uri request-file response-file) (wget printer-uri @@ -367,7 +366,6 @@ ,url))) ;;(curl "http://localhost:631/printers/" :response-file "/tmp/a.html") -;; curl|curl|lisp-http-client driver/backend (defun ipp-client (printer-uri request-file response-file) (curl printer-uri