Class EarlyHints

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

@Response @StatusCode(103) @Schema(description="Early Hints") public class EarlyHints extends BasicHttpResponse
Represents an HTTP 103 Early Hints response.

Used to return some response headers before final HTTP message.

See Also: