From f5e6907d5232ca9c05cb8a0b99d809590ddcde18 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jul 2020 09:58:29 +0200 Subject: curl: add %{method} to the -w variables Gets the CURLINFO_EFFECTIVE_METHOD from libcurl. Added test 1197 to verify. --- docs/cmdline-opts/write-out.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 9786a9af4..686bda6ea 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -60,6 +60,9 @@ either IPv4 or IPv6 (Added in 7.29.0) .B local_port The local port number of the most recently done connection (Added in 7.29.0) .TP +.B method +The http method used in the most recent HTTP request (Added in 7.72.0) +.TP .B num_connects Number of new connects made in the recent transfer. (Added in 7.12.3) .TP -- cgit v1.2.1