Section: HTTP 1xx Informational Status Codes

HTTP 100 Continue

text
text
curl -v -H 'Expect: 100-continue' -T bigfile.bin https://example.com/upload
Explanation

A client can continue sending the request body after the initial headers.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing HTTP 1xx Informational Status Codes
HTTP 101 Switching Protocols
Server is switching protocols
OpenIn sheettextsame section
HTTP 102 Processing
Server has received and is processing
OpenIn sheettextsame section
HTTP 103 Early Hints
Preliminary headers before the final response
OpenIn sheettextsame section