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 HintscURL Example
curl -I https://example.com
# Returns: HTTP/1.1 103 Early HintsInformational Response
This is an informational response indicating that the request was received and understood.
Related Informational Codes
Other codes in the same category
100
Continue
The server has received the request headers and the client should proceed to send the request body
101
Switching Protocols
The requester has asked the server to switch protocols and the server has agreed to do so
102
Processing
The server has received and is processing the request, but no response is available yet