text
curl -v -H 'Expect: 100-continue' -T bigfile.bin https://example.com/uploadNotes
A client can continue sending the request body after the initial headers.
Informational responses like 100 Continue and 103 Early Hints.
Informational responses like 100 Continue and 103 Early Hints.
curl -v -H 'Expect: 100-continue' -T bigfile.bin https://example.com/uploadA client can continue sending the request body after the initial headers.
curl -i -N -H 'Connection: Upgrade' -H 'Upgrade: websocket' https://example.com/socketUsed when a client requests a protocol switch, such as upgrading to WebSocket.
PROPFIND /webdav/resource HTTP/1.1Historically used to indicate long-running processing before a final response.
Preliminary headers before the final response
HTTP/1.1 103 Early Hints
Link: </app.css>; rel=preload; as=styleCan be used to send hints, such as preload links, before the final response arrives.