connect-timeout.d 521 B

1234567891011121314
  1. Long: connect-timeout
  2. Arg: <fractional seconds>
  3. Help: Maximum time allowed for connection
  4. See-also: max-time
  5. Category: connection
  6. Example: --connect-timeout 20 $URL
  7. Example: --connect-timeout 3.14 $URL
  8. ---
  9. Maximum time in seconds that you allow curl's connection to take. This only
  10. limits the connection phase, so if curl connects within the given period it
  11. will continue - if not it will exit. Since version 7.32.0, this option
  12. accepts decimal values.
  13. If this option is used several times, the last one will be used.