Skip to content

1xx Status Codes

The server has received the request headers, and the client can now send the body of the request.

The server has agreed to switch protocols as requested by the client.

The server is still processing the request, but there is no response yet, preventing the client from timing out.

The server sends some response headers before the final response.


The cached response is outdated and no longer fresh.

The cache couldn’t check if the response is still valid because it couldn’t reach the original server.

The cache is purposely disconnected from the network.

The cache set an expiration time over 24 hours, and the response is now too old.

A general warning that may be logged or shown to the user.