1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

write-out.d: added "response_code"

This commit is contained in:
Daniel Stenberg 2020-05-11 17:47:01 +02:00
parent 4b88ac71f2
commit 743e9c234b

View File

@ -82,6 +82,10 @@ IPv4 or IPv6 (Added in 7.29.0)
.B remote_port .B remote_port
The remote port number of the most recently done connection (Added in 7.29.0) The remote port number of the most recently done connection (Added in 7.29.0)
.TP .TP
.B response_code
The numerical response code that was found in the last transfer (formerly
known as "http_code"). (Added in 7.18.2)
.TP
.B scheme .B scheme
The URL scheme (sometimes called protocol) that was effectively used (Added in 7.52.0) The URL scheme (sometimes called protocol) that was effectively used (Added in 7.52.0)
.TP .TP