Class Accepted

All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @StatusCode(202) @Schema(description="Accepted") public class Accepted extends BasicHttpResponse
Represents an HTTP 202 Accepted response.

The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually acted upon, and may be disallowed when processing occurs.

See Also: