Look up a Rails HTTP Status Code

100 - Continue

Rails HTTP Status code :continue

When to use status code 100

The server has received the request headers and the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST request).