goldbergyoni / node-chaos-monkey

Extremly naughty chaos monkey for Node.js
MIT License
228 stars 10 forks source link

UI: Support other HTTP methods than GET #18

Open goldbergyoni opened 5 years ago

goldbergyoni commented 5 years ago

Why: our API benchmark only supports HTTP GET though the user can choose in the UI other verbs

How: Add to the API definition UI all the popular HTTP verbs and adjust the API runner to use the selected HTTP verb