mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:13:37 +03:00
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
-w option support 'http_connect' to make it easier to verify!
This commit is contained in:
parent
444f6427b8
commit
4ba1eb26fa
5 changed files with 65 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue