diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-15 11:25:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-15 11:25:39 +0000 |
commit | 8475a0df2f58a67466065249b5cb4df7ddb5bc12 (patch) | |
tree | 28fd2b93b65d6adfc684da1e4b080885f3be71d0 /docs | |
parent | ccc4c9c02c7889996c1e7627191c536c081131fa (diff) | |
download | curl-8475a0df2f58a67466065249b5cb4df7ddb5bc12.tar.gz |
new -w variables supported
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 3540c0af7..dd022534a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -938,6 +938,12 @@ The time, in seconds, it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved. .TP +.B time_redirect +The time, in seconds, it took for all redirection steps include name lookup, +connect, pretransfer and transfer before final transaction was +started. time_redirect shows the complete execution time for multiple +redirections. (Added in 7.12.3) +.TP .B time_starttransfer The time, in seconds, it took from the start until the first byte is just about to be transfered. This includes time_pretransfer and also the time the @@ -966,6 +972,9 @@ The Content-Type of the requested document, if there was any. (Added in 7.9.5) .TP .B num_connects Number of new connects made in the recent transfer. (Added in 7.12.3) +.TP +.B num_redirects +Number of redirects that were followed in the request. (Added in 7.12.3) .RE If this option is used several times, the last one will be used. |