Andrew Grechkin
Andrew Grechkin
@kraih I have fixed tidyness and one typo. can you please reapprove workflow run.
@kraih really sorry for the noise. I should've setup perltidy pre-commit hook can you please re-approve the workflows again
@petdance Thanks a lot and sorry, wasn't sure if this repository is alive. Added a test for this
Thanks for the answer. This definitely can help (in some cases) but it would still be a workaround. For example this approach doesn't work not for HEAD nor for OPTIONS...
I like this a lot because it's backward compatible, gives full control and shouldn't be hard to implement (at least my experience tells me for such change there shouldn't be...
@blyxxyz Parsing headers is fine, it's not hard to do (one jq command is enough to do that) The biggest problem is to receive only headers when you need them...
> My thought was that JSON output would let you capture everything through one stream and then separate out the parts you care about afterward. I think this is quite...