summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-13 09:58:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-14 17:53:45 +0200
commitf5e6907d5232ca9c05cb8a0b99d809590ddcde18 (patch)
treeca196f63279e191890bc0feb5a3ba510ce59cc84 /docs
parentd75e3ab74c91eff67363cba064611d405105a12f (diff)
downloadcurl-f5e6907d5232ca9c05cb8a0b99d809590ddcde18.tar.gz
curl: add %{method} to the -w variables
Gets the CURLINFO_EFFECTIVE_METHOD from libcurl. Added test 1197 to verify.
Diffstat (limited to 'docs')
-rw-r--r--docs/cmdline-opts/write-out.d3
1 files changed, 3 insertions, 0 deletions
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