Http Code

100

Continue

The initial part of the request has been received and everything is OK. The server intends to send the final response when the whole request is received. The client may ignore this response if the request has already finished.

Use Case

The client intends to send a payload, but it sends the related headers first with a header `Expect: '100-Continue'`, if the server accepts the request, the client will send the payload.