mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:57:19 +03:00
curl: add %{method} to the -w variables
Gets the CURLINFO_EFFECTIVE_METHOD from libcurl. Added test 1197 to verify.
This commit is contained in:
parent
d75e3ab74c
commit
f5e6907d52
6 changed files with 103 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue