Client may continue request body
Section: HTTP 1xx Informational Status Codes
HTTP 100 Continue
text
text
curl -v -H 'Expect: 100-continue' -T bigfile.bin https://example.com/uploadExplanation
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