cli
cli copied to clipboard
Possibility to read multiple headers etc, from the same file
Checklist
- [x] I've searched for similar feature requests.
Enhancement request
curl can - with the -H parameter - read many headers from the same file whereas httpie seems to only support one header (value) per file. In addition, the file in httpie can only contain the header value, not the key:value pair which can make it quite confusing if after a while you have many small files with values.
Problem it solves
Not having to provide many files and not having to know, to which header the value belongs