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

Get Body from reponse #279

Closed
Ankhez opened this issue Mar 15, 2018 · 2 comments
Closed

Get Body from reponse #279

Ankhez opened this issue Mar 15, 2018 · 2 comments

Comments

@Ankhez
Copy link

Ankhez commented Mar 15, 2018

Hi, can you help me? I can't find the one thing: how i can get body response from request?
f.e.
I have POST request and i want to extract some key's values from for use their in a new body request

@smthpickboy
Copy link

Would be really useful to return body from response in some way.

I'm using gRPC-gateway, when there's partial failure, I still have to return HTTP status 200 and include detail info in response body, because gRPC-gateway won't return response body if HTTP status is not 200.

So I have to parse response body to get meaningful statistics. I did this in my own fork, but really want this integrated into vegeta.

Thanks!

@tsenart
Copy link
Owner

tsenart commented May 14, 2018 via email

tsenart added a commit that referenced this issue May 18, 2018
tsenart added a commit that referenced this issue May 18, 2018
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

3 participants