From c201386ab04c2629f608630974aa6c3d6b0a9bf6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 12 Apr 2020 21:00:22 -0500 Subject: updated docstring on upload --- granolin.lisp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'granolin.lisp') diff --git a/granolin.lisp b/granolin.lisp index abdd7c7..1ae6433 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -465,10 +465,8 @@ FILENAME is a string passed into the query parameters of the request URI. - CONTENT can be a string, a sequence of octets, a pathname, an open - binary input stream, or a function designator. It is passed - directly to the :content keyword parameter of - drakma:http-request. + CONTENT can be a string or a sequence of octets. It is passed + directly to the :content keyword parameter of drakma:http-request. See https://edicl.github.io/drakma/#http-request for more. " (let ((url (format nil +upload-path+ filename))) -- cgit v1.2.3