From: Daniel Stenberg Date: Tue, 5 Mar 2002 14:14:22 +0000 (+0000) Subject: read POST data using the read callback X-Git-Tag: curl-7_9_5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0475dbdbc9c25faa17a74e0c3e74824586db181;p=thirdparty%2Fcurl.git read POST data using the read callback --- diff --git a/docs/TODO b/docs/TODO index 24989c2215..53bbc15470 100644 --- a/docs/TODO +++ b/docs/TODO @@ -78,6 +78,9 @@ TODO HTTP + * Make it possible to supply normal POST data through the ordinary read data + callback. + * HTTP PUT for files passed on stdin *OR* when the --crlf option is used. Requires libcurl to send the file with chunked content encoding. [http://curl.haxx.se/dev/HTTP-PUT-stdin.txt] When the filter