keecode logokeecode
100

Continue

Informational

Description

The server has received the request headers and the client should proceed to send the request body

Common Usage

Used in cases where the client needs to send a large request body and wants to check if the server is willing to accept it

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 100 Continue

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 100 Continue