Skip to content

Comment on HTTPie 0.9.6parent

Comments

You know, I wonder (and perhaps this is already implemented and I just haven't heard of it) if that could be specified by auto-expanding paths:

server.metadata.metadatagoes+="here" server.imageRef+="..." server.networks+='[...]' ...

Yeah not sure about arrays...

That's awesome! Thanks

Maybe that sort of stuff is best left to jq, and httpie could focus on interoperability with jq.

httpie can pipe data from stdin. So stuff like this might work?

   jq -n '.a.b.c = "x"' | http <url>
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.