The caveat is true for the reqwest:
RequestBuilder has a per-request timeout() that explicitly overrides the client timeout, but connect_timeout() exists only on ClientBuilder (line 1458). I don’t see a per-request connect-timeout API in that version.
The caveat is true for the reqwest:
RequestBuilder has a per-request timeout() that explicitly overrides the client timeout, but connect_timeout() exists only on ClientBuilder (line 1458). I don’t see a per-request connect-timeout API in that version.