1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 15:50:48 -04:00
Daniel Stenberg 3b80d3ca46 getinfo: return sizes as curl_off_t
This change introduces new alternatives for the existing six
curl_easy_getinfo() options that return sizes or speeds as doubles. The
new versions are named like the old ones but with an appended '_T':

CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
CURLINFO_CONTENT_LENGTH_UPLOAD_T
CURLINFO_SIZE_DOWNLOAD_T
CURLINFO_SIZE_UPLOAD_T
CURLINFO_SPEED_DOWNLOAD_T
CURLINFO_SPEED_UPLOAD_T

Closes #1511
2017-06-19 09:27:42 +02:00
..
2017-04-07 13:33:08 +02:00
2016-11-15 15:41:45 +01:00
2015-06-29 11:35:13 +02:00
2016-11-15 15:41:45 +01:00
2017-02-15 08:27:35 +01:00
2016-11-15 15:41:45 +01:00
2017-04-26 23:02:42 +02:00
2017-05-30 22:43:34 +02:00
2016-10-24 10:24:27 +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-06-14 08:08:56 +02:00
2017-06-18 00:30:16 +02: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.