This repository has been archived on 2024-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
shallot/node_modules/curl-headers-to-json
2023-01-15 19:13:59 +01:00
..
index.js http analysis; fixes in script; formatting; score-calc tweaking 2023-01-15 19:13:59 +01:00
package.json http analysis; fixes in script; formatting; score-calc tweaking 2023-01-15 19:13:59 +01:00
README.md http analysis; fixes in script; formatting; score-calc tweaking 2023-01-15 19:13:59 +01:00

curl-headers-to-json

A tool to format the output of cURL headers into JSON.

Example:

curl -sSL -D - https://api.github.com -o /dev/null | npx curl-headers-to-json | jq

or if you grabbed the output already:

npx curl-headers-to-json headers.txt | jq