mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:21:44 +03:00
fixup curl_easy_getinfo.md
This commit is contained in:
parent
a70f289dfa
commit
e289dc733e
1 changed files with 4 additions and 0 deletions
|
|
@ -305,6 +305,10 @@ RTSP session ID. See CURLINFO_RTSP_SESSION_ID(3)
|
|||
|
||||
The scheme used for the connection. See CURLINFO_SCHEME(3)
|
||||
|
||||
## CURLINFO_SIZE_DELIVERED
|
||||
|
||||
Number of bytes passed to the write callback. See CURLINFO_SIZE_DELIVERED(3)
|
||||
|
||||
## CURLINFO_SIZE_DOWNLOAD
|
||||
|
||||
(**Deprecated**) Number of bytes downloaded. See CURLINFO_SIZE_DOWNLOAD(3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue