cl-rw

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

commit f9d4be9f0a2746e67d75a4948faea51729ec586a
parent b5ce3d503365b9ab2de67c8d6b264e974b515483
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu,  8 May 2014 21:54:28 +0200

arg doesnt need to be optional

Diffstat:
Mhttp.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http.lisp b/http.lisp @@ -115,7 +115,7 @@ (write-protocol stream protocol) (write-crlf stream)) -(defun client1 (url &optional headers) +(defun client1 (url headers) (destructuring-bind (&key scheme host port path query-string fragment) (etypecase url (list url)