Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release version (7.72.0) for the method variables from the writeout option (-w) #454

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading