]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: add %{header_json} support in -w handling
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Mar 2022 16:55:06 +0000 (17:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2022 07:24:25 +0000 (08:24 +0100)
commit4133a69f2daa476bb6d902687f1dd6660ea9c3c5
tree926e4b38c8186042102a02ad5f10441000e06f28
parent2d45137e1e7c856ac044c9414ddbb74c0835c273
curl: add %{header_json} support in -w handling

Outputs all response headers as a JSON object.
docs/cmdline-opts/write-out.d
lib/headers.c
src/tool_writeout.c
src/tool_writeout.h
src/tool_writeout_json.c
src/tool_writeout_json.h