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 think this is a necessary addition. My use case is very simple - I want to read the JSON send by the client and create a response based on that. This is sadly not possible, as Request.json() returns a promise. Any workarounds for this?
Hi
We could define a function when we want to return a custom response.
It should be great if it supports async response. Especially if we want to call a mock server.
It could be evolved like so:
Thoughts?
The text was updated successfully, but these errors were encountered: