codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
6.03k stars 315 forks source link

feature: body from file #19

Closed codesenberg closed 7 years ago

codesenberg commented 7 years ago

Pasting and escaping large request bodies into a terminal is super inconvenient, therefore, it'd be nice to have an ability to read request body from file. It's up to user whether file will be read to the memory completely or served from disk every time. I plan to add two flags:

Suggestions on this are welcomed.

aminearbi commented 7 years ago

is this still valid ?

codesenberg commented 7 years ago

@aminearbi, what do you mean? If you meant "Is this feature implemented or not? Will it be?", then no, it's not implemented yet, but it will be at some later point. There is no ETA though.