keecode logokeecode
103

Early Hints

Informational

Description

Used to return some response headers before final HTTP message

Common Usage

Allows the server to send preliminary headers while preparing the full response

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 103 Early Hints

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 103 Early Hints