mirror of
https://github.com/curl/curl.git
synced 2026-08-02 23:50:34 +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
|
|
@ -39,6 +39,7 @@ typedef enum {
|
|||
VAR_HTTP_CODE_PROXY,
|
||||
VAR_HEADER_SIZE,
|
||||
VAR_REQUEST_SIZE,
|
||||
VAR_EFFECTIVE_METHOD,
|
||||
VAR_EFFECTIVE_URL,
|
||||
VAR_CONTENT_TYPE,
|
||||
VAR_NUM_CONNECTS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue