Skip to content

Commit

Permalink
removed link for errormsg
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud authored and bagder committed Jul 18, 2023
1 parent 43f51cf commit b6524dc
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 @@ -70,7 +70,7 @@ Some of these variables are not available in really old curl versions.
| `http_code` | The former variable name for what is now known as `response_code`. |
| `http_connect` | the numerical code that was found in the last response (from a proxy) to a curl CONNECT request. |
| `http_version` | The HTTP version that was used. |
| `json` | all write-out variables as a single JSON object. ([Introduced in 7.72.0](https://github.com/curl/curl/pull/4870)) |
| `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 |
Expand Down

0 comments on commit b6524dc

Please sign in to comment.