diff options
Diffstat (limited to 'docs')
-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 |