HTTP 100 Mock Endpoint

HTTP 100 Continue describes how the server is handling the request. Use it to predict client, cache, crawler, and monitoring behavior.

Try it (live endpoint)

Response includes the status code, standard headers (including Content-Type), and a small diagnostic JSON body describing the request and returned status.

curl -i "https://httpstatus.com/api/status/100"
Try in playground