summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-12 21:00:22 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-12 21:00:22 -0500
commitc201386ab04c2629f608630974aa6c3d6b0a9bf6 (patch)
treed63e4c541338d9bb3ef8e71e13577c3182f845a4
parenta93b9117a202e7764a6b0377fb4b5826471c43ec (diff)
updated docstring on upload
-rw-r--r--granolin.lisp6
1 files changed, 2 insertions, 4 deletions
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)))