1.0.1 • Published 6 years ago
curl-headers-to-json v1.0.1
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
1.0.1
6 years ago