HTTP 102 Processing describes how the server is handling the request. Use it to predict client, cache, crawler, and monitoring behavior.
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/102"The server has received and is processing the request, but no response is available yet. Used in WebDAV to prevent client timeouts on long operations.
On this code, Inspector focuses on semantics, headers, and correctness warnings that commonly affect clients and caches.