BuoyantIO / slow_cooker

A load tester focused on lifecycle issues and long-running tests
Apache License 2.0
327 stars 26 forks source link

Add flag to set HTTP method used for requests #36

Closed richardmarshall closed 7 years ago

richardmarshall commented 7 years ago

Provides the ability for the user to specify what HTTP method should be used for the requests.

richardmarshall commented 7 years ago

I know this isn't significantly useful on it's own as most non GET endpoints need a request body payload.

I've implemented the ability to set arbitrary request headers and request body to enable testing of one of our services but wanted to start with just submitting this.

stevej commented 7 years ago

This is super. Thanks! Looking forward to the other changes mentioned.

richardmarshall commented 7 years ago

Thanks. I'll submit new PRs with the other changes when I have a chance.