]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
write-out.d: added "response_code"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 May 2020 15:47:01 +0000 (17:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 May 2020 15:47:01 +0000 (17:47 +0200)
docs/cmdline-opts/write-out.d

index 9024d32e059969f30b4182dd45c9641afa8887f8..9786a9af48dd0239d8773dda3a3261015f6e2051 100644 (file)
@@ -82,6 +82,10 @@ IPv4 or IPv6 (Added in 7.29.0)
 .B remote_port
 The remote port number of the most recently done connection (Added in 7.29.0)
 .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
 The URL scheme (sometimes called protocol) that was effectively used (Added in 7.52.0)
 .TP