Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Different POST payloads for different endpoints #67

Closed
theDisco opened this issue Sep 29, 2014 · 1 comment
Closed

Feature: Different POST payloads for different endpoints #67

theDisco opened this issue Sep 29, 2014 · 1 comment

Comments

@theDisco
Copy link

Vegeta does not seem to support different POST request bodies per test. Correct me, if I'm wrong. I have to test multiple endpoints that do no share the same request payload. What if vegeta would support a target file structure like this:

POST http://example.com/create/1 {"test":1}
POST http://example.com/create/2 {"test":2}

and only use the same body if body option is provided?

@theDisco
Copy link
Author

Just saw it is a clone of #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant