gron icon indicating copy to clipboard operation
gron copied to clipboard

[suggestion] Support HTTP Headers

Open pglezen opened this issue 4 years ago • 1 comments

It would help if I could add an HTTP header value to the gron command so that I could specify an API key. As it is, I use curl and pipe its output into gron; that works.

I'm thinking of being able to run

gron -H "x-api-key: some-secret-api-key" https://my.protected.service.com

pglezen avatar Nov 08 '20 04:11 pglezen

I added this feature to https://github.com/adamritter/fastgron

adamritter avatar Jul 09 '23 20:07 adamritter