rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.65k stars 1.17k forks source link

Add form-data option (-F) #208

Open munenari opened 4 years ago

munenari commented 4 years ago

Add form-data option '@' means to read local file path ex.) -F 'key=@/home/user/test.file' -F 'user=1'

content-type (-H) header will be overwrited and -d, -D options will be overwrited too