Hrvoje Niksic wrote: > Another possibility would be to add some more syntax to --method so as to > allow --method=POST:file=foo, and also --method=PUT:data=abc....
Since '=' is a valid (and frequent) delimiter for what follows "data=" perhaps another pair of delimiters would be better. How about --method=POST,data:a=1&b=2 instead? Just a thought. Tony
