From: Daniel Stenberg Date: Mon, 11 May 2020 15:47:01 +0000 (+0200) Subject: write-out.d: added "response_code" X-Git-Tag: curl-7_71_0~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=743e9c234b37299e48ba8cbfd650185d403a2c64;p=thirdparty%2Fcurl.git write-out.d: added "response_code" --- diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 9024d32e05..9786a9af48 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