mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:47:17 +03:00
write-out.d: add 'since version' to %{header_json} documentation
The documentation of `%{header_json}` missed to mention since which
version this variable for `--write-out` is present.
Based on commit 4133a69f2d
we can determine from the tags were this commit is present that the
first version to include it was `7.83.0`.
This could be also checked with:
`git tag --contains 4133a69f2d`
Closes #10395
This commit is contained in:
parent
7305ca63e2
commit
3cc9df1817
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ server. (Added in 7.15.4)
|
|||
.B header_json
|
||||
A JSON object with all HTTP response headers from the recent transfer. Values
|
||||
are provided as arrays, since in the case of multiple headers there can be
|
||||
multiple values.
|
||||
multiple values. (Added in 7.83.0)
|
||||
|
||||
The header names provided in lowercase, listed in order of appearance over the
|
||||
wire. Except for duplicated headers. They are grouped on the first occurrence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue