1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Patrick Monnerat 665b3e48bc cli tool: reimplement stdin buffering in -F option.
If stdin is not a regular file, its content is memory-buffered to enable
a possible data "rewind".
In all cases, stdin data size is determined before real use to avoid
having an unknown part's size.

--libcurl generated code is left as an unbuffered stdin fread/fseek callback
part with unknown data size.

Buffering is not supported in deprecated curl_formadd() API.
2017-10-12 14:25:59 +01:00
..
2016-11-15 15:41:45 +01:00
2017-09-07 09:51:25 +02:00
2016-11-15 15:41:45 +01:00
2016-11-15 15:41:45 +01:00
2017-05-30 22:43:34 +02:00
2011-12-30 03:53:25 +01:00
2017-01-07 23:46:19 +01:00
2016-11-15 15:41:45 +01:00
2017-10-04 07:52:15 +02:00
2017-10-01 18:42:52 +01:00
2015-06-10 00:21:06 +02:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.