Request.timeout

Set timeout on connection and IO operation. v - timeout value If timeout expired Request operation will throw TimeoutException.

struct Request
@property pure @nogc nothrow
void
timeout
(
Duration v
)

Meta