Support multiple header values on same key
Opened this issue · 0 comments
roeierez commented
Hi,
I would like to implement a plugin for 'curl' command.
Curl takes -H option and one can use it in a multiple way, e.g: curl -H key1=value1 -H key2=value2.
Right now I see only the last value is given in the args, any idea on how to implement that?
Thanks