Skip to content

Commit

Permalink
Add release version (7.72.0) for the method variables from the writeo…
Browse files Browse the repository at this point in the history
…ut curl option (-w)
  • Loading branch information
Clement Baranger authored and bagder committed Apr 17, 2024
1 parent a29424c commit 28cae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usingcurl/verbose/writeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Some of these variables are not available in really old curl versions.
| `json` | all write-out variables as a single JSON object. (Introduced in 7.72.0) |
| `local_ip` | IP address of the local end of the most recently used connection - can be either IPv4 or IPv6 |
| `local_port` | Local port number of the most recently used connection |
| `method` | HTTP method the most recent request used |
| `method` | HTTP method the most recent request used. (Introduced in 7.72.0) |
| `num_certs` | Number of the certificates in the most recent TLS handshake. (Introduced in 7.88.0) |
| `num_connects` | Number of new connects made in the recent transfer. |
| `num_headers` | Number of response headers in the last response |
Expand Down

0 comments on commit 28cae52

Please sign in to comment.