Class NonAuthoritiveInformation

java.lang.Object
org.apache.juneau.http.response.BasicHttpResponse
org.apache.juneau.http.response.NonAuthoritiveInformation
All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @StatusCode(203) @Schema(description="Non-Authoritative Information") public class NonAuthoritiveInformation extends BasicHttpResponse
Represents an HTTP 203 Non-Authoritative Information response.

The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin, but is returning a modified version of the origin's response.

See Also: