-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
There are use cases [citation needed] that require servers to process requests where servers may not want to commit to providing a response before closing the connection.
For example: creating or deleting /foo/bar/baz
has both idempotent and non-idempotent side effects. Server that are capable of making decisions based on side effects may want to respond quickly to inform clients about their request.
One way to effectively communicated that is in a response with 202
status.
What level of conformance should be expected of servers and clients to handle 202
?
Metadata
Metadata
Assignees
Type
Projects
Status
Consensus Phase