Continue
The server has received the request headers and the client should proceed to send the request body. This is used to optimize large uploads by letting the client check if the server will accept the request before sending the full payload.
Common Use Cases: Used when a client sends an Expect: 100-continue header before uploading a large request body, allowing the server to reject the request early without wasting bandwidth.