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
out of curiosity, are sub-requests being superseded by something 'better' or just considered a bad idea?
I am currently investigating using sub-requests to support multiplexed update requests via PATCH - where the PATCH payload is actually a batch of partial updates to possibly multiple different records and which need to be unpacked and dispatched as if they were individual PUT / POST / DELETE requests. Kind of like https://tools.ietf.org/html/rfc6902 but for REST requests. This reduces the number of individual REST requests.
If not sub-requests, any suggestions on how this could still work?
codeguy
added a commit
to codeguy/Slim
that referenced
this issue
Nov 26, 2016
No description provided.
The text was updated successfully, but these errors were encountered: