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
It would be nice to have a set of client and server middleware that automatically handle generating and adding an idempotency token to all requests from the client and handling caching and resending of responses for a repeated request with the same token on the server.
What is the feature you are proposing to solve the problem?
A set of client and server middleware that transparently handle generating tokens, adding tokens to client requests, caching responses for a given token, and reserving the cached value when a request with a repeated token is received.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
It would be nice to have a set of client and server middleware that automatically handle generating and adding an idempotency token to all requests from the client and handling caching and resending of responses for a repeated request with the same token on the server.
What is the feature you are proposing to solve the problem?
A set of client and server middleware that transparently handle generating tokens, adding tokens to client requests, caching responses for a given token, and reserving the cached value when a request with a repeated token is received.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: