mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
size_request and size_header added to the -w description
This commit is contained in:
parent
ccd0f07c41
commit
693aab0e95
@ -410,11 +410,17 @@ The total amount of bytes that were downloaded.
|
|||||||
.B size_upload
|
.B size_upload
|
||||||
The total amount of bytes that were uploaded.
|
The total amount of bytes that were uploaded.
|
||||||
.TP
|
.TP
|
||||||
|
.B size_header
|
||||||
|
The total amount of bytes of the downloaded headers.
|
||||||
|
.TP
|
||||||
|
.B size_request
|
||||||
|
The total amount of bytes that were sent in the HTTP request.
|
||||||
|
.TP
|
||||||
.B speed_download
|
.B speed_download
|
||||||
The average download speed that curl measured for the complete download.
|
The average download speed that curl measured for the complete download.
|
||||||
.TP
|
.TP
|
||||||
.B speed_upload
|
.B speed_upload
|
||||||
The average upload speed that curl measured for the complete download.
|
The average upload speed that curl measured for the complete upload.
|
||||||
.RE
|
.RE
|
||||||
.IP "-x/--proxy <proxyhost[:port]>"
|
.IP "-x/--proxy <proxyhost[:port]>"
|
||||||
Use specified proxy. If the port number is not specified, it is assumed at
|
Use specified proxy. If the port number is not specified, it is assumed at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user