Comment on HTTPie 0.9.6parentComments−rdtsc10yYou 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...−jkbrOP10yThis feature is planned: https://github.com/jkbrzt/httpie/issues/78−rdtsc10yThat's awesome! Thanks−ak21710yMaybe that sort of stuff is best left to jq, and httpie could focus on interoperability with jq.−rdtsc10yhttpie can pipe data from stdin. So stuff like this might work? jq -n '.a.b.c = "x"' | http <url>
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...
This feature is planned: https://github.com/jkbrzt/httpie/issues/78
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?