summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-11 17:47:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-11 17:47:01 +0200
commit743e9c234b37299e48ba8cbfd650185d403a2c64 (patch)
treef86a946867ac9c93a8d845eff4b956356af85c44
parent4b88ac71f2e93d1158f29fff7fa577a78c534733 (diff)
downloadcurl-743e9c234b37299e48ba8cbfd650185d403a2c64.tar.gz
write-out.d: added "response_code"
-rw-r--r--docs/cmdline-opts/write-out.d4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d
index 9024d32e0..9786a9af4 100644
--- a/docs/cmdline-opts/write-out.d
+++ b/docs/cmdline-opts/write-out.d
@@ -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