Revision: 4232 Author: hans URL: http://bknr.net/trac/changeset/4232
die sprachpolizei, tatue!
U trunk/thirdparty/drakma/request.lisp
Modified: trunk/thirdparty/drakma/request.lisp =================================================================== --- trunk/thirdparty/drakma/request.lisp 2009-02-10 14:50:32 UTC (rev 4231) +++ trunk/thirdparty/drakma/request.lisp 2009-02-10 16:21:06 UTC (rev 4232) @@ -245,11 +245,11 @@ PARAMETERS alist can also be pathnames, open binary input streams, unary functions, or lists where the first element is of one of the former types. These values denote files which should be sent as part -of the request body, i.e. if files are present in PARAMETERS, the -content type of the request is always `multipart/form-data'. If the -value is a list, the part of the list behind the first element is -treated as a plist which can be used to specify a content type and/or -a filename for the file, i.e. such a value could look like, e.g., +of the request body. If files are present in PARAMETERS, the content +type of the request is always `multipart/form-data'. If the value is +a list, the part of the list behind the first element is treated as a +plist which can be used to specify a content type and/or a filename +for the file, i.e. such a value could look like, e.g., (#p"/tmp/my_file.doc" :content-type "application/msword" :filename "upload.doc").