code103EarlyHints constant

HttpStatus const code103EarlyHints

An alias representing the earlyHints constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use earlyHints where possible.

103 EARLY_HINTS.

An informational status code indicating that the server is likely to send a final response with the headers included in this informational response, but is still processing the request. This allows the client to start processing the headers early.

RFC 8297: https://tools.ietf.org/html/rfc8297

Implementation

static const HttpStatus code103EarlyHints = earlyHints;