Timeout
class Timeout(val request: <Error class: unknown class>? = null, val connect: <Error class: unknown class>? = null, val socket: <Error class: unknown class>? = null)
Http operations timeouts.
Parameters
request
time period required to process an HTTP call: from sending a request to receiving a response
connect
time period in which a client should establish a connection with a server
socket
maximum time of inactivity between two data packets when exchanging data with a server