fasthttploader icon indicating copy to clipboard operation
fasthttploader copied to clipboard

How to set multiple headers ?

Open c0ze opened this issue 6 years ago • 0 comments

Thank you for the tool !

I see that the -h param expects all headers at once, (which is kind of unintuitive, because tools like curl, you can set a number of them sequentially with -H). How to set a number of headers like -h 'X-No-Cache: 1 Content-Type: text/plain; charset=UTF-8 X-Voice: [{"nozomi":[1.0, 0.9]}]' ? It seems unfortunately your regexp blows up.

c0ze avatar Jul 11 '18 08:07 c0ze