100Continue
The server has received the request headers and the client should go ahead and send the body.
Used with the Expect: 100-continue header so a client can check the server will accept a large upload before sending it. HTTP libraries handle it for you.