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
We need to add possibility execute queries asynchronously i.e. not blocking HTTP request.
The design is pretty simple:
Add [POST] /async (or other name, naming is hard :)) method that receives similar payload to [POST] / with additional property .callback that represents a valid URL (we need to validate it before responding):
We need to add possibility execute queries asynchronously i.e. not blocking HTTP request.
The design is pretty simple:
[POST] /async
(or other name, naming is hard :)) method that receives similar payload to[POST] /
with additional property.callback
that represents a valid URL (we need to validate it before responding):The text was updated successfully, but these errors were encountered: