]> granicus.if.org Git - curl/commitdiff
read POST data using the read callback
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Mar 2002 14:14:22 +0000 (14:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Mar 2002 14:14:22 +0000 (14:14 +0000)
docs/TODO

index 24989c221522fbb610927346e2d0406821818aa1..53bbc154704ac8e79cc39858287d82fbf1d7262a 100644 (file)
--- 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