Builder

class Builder

A builder for Timeout.

Functions

Link copied to clipboard
fun build(): Timeout

Returns an immutable instance of Timeout.

Link copied to clipboard

The maximum time allowed to establish a connection with a host.

Link copied to clipboard

The maximum time allowed between two data packets when waiting for the server’s response.

Link copied to clipboard

The maximum time allowed for a complete HTTP call, not including retries.

Link copied to clipboard

The maximum time allowed between two data packets when sending the request to the server.