blob: c88f0b84fd8e1e080773b95349d506121e81c64b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: expect100-timeout
2Arg: <seconds>
3Help: How long to wait for 100-continue
4Protocols: HTTP
5Added: 7.47.0
6See-also: connect-timeout
7---
8Maximum time in seconds that you allow curl to wait for a 100-continue
9response when curl emits an Expects: 100-continue header in its request. By
10default curl will wait one second. This option accepts decimal values! When
11curl stops waiting, it will continue as if the response has been received.