blob: 93e3c633e1d484d2ccb0252ea27cb61d0024adb8 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: expect100-timeout
4Arg: <seconds>
5Help: How long to wait for 100-continue
6Protocols: HTTP
7Added: 7.47.0
8See-also: connect-timeout
9Category: http
10Example: --expect100-timeout 2.5 -T file $URL
11Multi: single
12---
13Maximum time in seconds that you allow curl to wait for a 100-continue
14response when curl emits an Expects: 100-continue header in its request. By
15default curl will wait one second. This option accepts decimal values! When
16curl stops waiting, it will continue as if the response has been received.