The server has received the request headers and the client should proceed to send the request body.
This interim response indicates that everything so far is OK and that the client should continue the request, or ignore the response if the request is already finished.
Used when a client sends a request with the Expect: 100-continue header, asking the server if it can handle the request before sending a large payload.
Client should proceed with sending the request body.
HTTP/1.1 100 Continue- Code: 100
- Category: Informational