diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-11-07 23:30:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-01-03 23:16:38 +0100 |
commit | 65e8ba8e1d77f8a31cc7c9d424eee5880e3f08c8 (patch) | |
tree | 641bd37a8d68516b49afe7132da78193492bc23c /docs/curl.1 | |
parent | 0b3180b4f53d8f101974d5f039a21f0529c15601 (diff) |
writeout: -w now supports remote_ip/port and local_ip/port
Added mention to the curl.1 man page.
Test case 1223 verifies remote_ip/port.
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 63bf455ad..a13291c0b 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1524,6 +1524,13 @@ same info. The numerical code that was found in the last response (from a proxy) to a curl CONNECT request. (Added in 7.12.4) .TP +.B local_ip +The IP address of the local end of the most recently done connection - can be +either IPv4 or IPv6 (Added in 7.29.0) +.TP +.B local_port +The local port number of the most recently done connection (Added in 7.29.0) +.TP .B num_connects Number of new connects made in the recent transfer. (Added in 7.12.3) .TP @@ -1534,6 +1541,13 @@ Number of redirects that were followed in the request. (Added in 7.12.3) When an HTTP request was made without -L to follow redirects, this variable will show the actual URL a redirect \fIwould\fP take you to. (Added in 7.18.2) .TP +.B remote_ip +The remote IP address of the most recently done connection - can be either +IPv4 or IPv6 (Added in 7.29.0) +.TP +.B remote_port +The remote port number of the most recently done connection (Added in 7.29.0) +.TP .B size_download The total amount of bytes that were downloaded. .TP |