You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test an image request with tobi and want to check that the body is being sent correctly. Unfortunately, the params that are given for non html/json responses don't contain any way to get at the body (that I can see).
Would there be any problem with always attaching the body at res.body, like is currently done with json requests?
I'll code up a pull request if you like this idea.
The text was updated successfully, but these errors were encountered:
I'm trying to test an image request with tobi and want to check that the body is being sent correctly. Unfortunately, the params that are given for non html/json responses don't contain any way to get at the body (that I can see).
Would there be any problem with always attaching the body at
res.body
, like is currently done with json requests?I'll code up a pull request if you like this idea.
The text was updated successfully, but these errors were encountered: