-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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! |
I'm working on this and should have something out next weekend tops. Hold
tight! Branch: https://github.com/tsenart/vegeta/tree/response-body
…On Fri, May 11, 2018 at 5:47 AM, smthpickboy ***@***.***> wrote:
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!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#279 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAEHj1aMzO4mlKXrf96aHV3ycxWk6OeVks5txQnMgaJpZM4SsYPX>
.
|
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
The text was updated successfully, but these errors were encountered: