diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-05 14:14:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-05 14:14:22 +0000 |
commit | b0475dbdbc9c25faa17a74e0c3e74824586db181 (patch) | |
tree | 44251640b3d9b0e5426cec8b9388f754a0db2779 /docs | |
parent | 60b2e74fa3bb0feb684f29632f50990f18c7abbb (diff) | |
download | curl-b0475dbdbc9c25faa17a74e0c3e74824586db181.tar.gz |
read POST data using the read callback
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |