tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.5k stars 1.36k forks source link

Proposal: support custom http verbs #214

Closed topliceanu closed 7 years ago

topliceanu commented 7 years ago

rationale

context

implementation

tsenart commented 7 years ago

I'd just allow any string as method instead of defining the allowed ones per attack.

topliceanu commented 7 years ago

My thinking was that the targets file could come from a source you don't control, so you might need some method of checking. However you are absolutely right, allowing any word to be a verb is a MUCH simpler solution. I will open a PR for that.