timeout

The timeout duration for HTTP requests.

This timeout applies to the entire request/response cycle, including connection establishment, request sending, and response reading. If the request takes longer than this duration, it will be cancelled with a timeout exception.

Default value: 15 seconds

Note: Setting this too low may cause requests to fail prematurely on slow networks. Setting it too high may cause the application to hang for extended periods on network issues.