expect100-timeout.d 600 B

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