You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Checklist
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
The text was updated successfully, but these errors were encountered: