mirror of
https://github.com/curl/curl.git
synced 2026-07-26 22:37:18 +03:00
src: add 'size_delivered' as a write-out variable
Verify in test 220
This commit is contained in:
parent
fadfa54d86
commit
1f13cc8946
6 changed files with 13 additions and 3 deletions
|
|
@ -193,6 +193,10 @@ known as "http_code"). (Added in 7.18.2)
|
|||
## `scheme`
|
||||
The URL scheme (sometimes called protocol) that was effectively used. (Added in 7.52.0)
|
||||
|
||||
## `size_delivered`
|
||||
The total amount of data that were saved or written to stdout. When
|
||||
--compressed is used, this is likely different than `size_download`.
|
||||
|
||||
## `size_download`
|
||||
The total amount of bytes that were downloaded. This is the size of the
|
||||
body/data that was transferred, excluding headers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue