Skip to content

Commitments to requests #115

@csarven

Description

@csarven

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

No one assigned

    Type

    No type

    Projects

    Status

    Consensus Phase

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions