aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-21 19:59:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-21 19:59:35 +0000
commit4ba1eb26fa6c4f19e28fd26158c2c6388f70e324 (patch)
tree8504999a941a8dc931f06b4d0c11571825080f99 /docs
parent444f6427b8d561281498c3f782857a5818ad51c6 (diff)
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
-w option support 'http_connect' to make it easier to verify!
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 03f334bb3..394b693a1 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -931,6 +931,10 @@ to follow location: headers.
.B http_code
The numerical code that was found in the last retrieved HTTP(S) page.
.TP
+.B http_connect
+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 time_total
The total time, in seconds, that the full operation lasted. The time will be
displayed with millisecond resolution.