HttpTimeout
A plugin that allows you to configure the following timeouts:
request timeout — a time period required to process an HTTP call: from sending a request to receiving a response.
connection timeout — a time period in which a client should establish a connection with a server.
socket timeout — a maximum time of inactivity between two data packets when exchanging data with a server.
You can learn more from Timeout.
Types
Link copied to clipboard
An HttpTimeout extension configuration that is used during installation.
Link copied to clipboard
object Plugin : HttpClientPlugin<HttpTimeout.HttpTimeoutCapabilityConfiguration, HttpTimeout> , HttpClientEngineCapability<HttpTimeout.HttpTimeoutCapabilityConfiguration>
Content copied to clipboard
A companion object for a plugin installation.