Call
Represents a request that has been prepared for execution. A call can be canceled. As this object represents a single request/response pair (stream), it cannot be executed twice.
Types
Properties
Functions
Link copied to clipboard
Synchronously send the request and return its response from a kotlin.coroutines.CoroutineContext
Link copied to clipboard
Link copied to clipboard
Asynchronously send the request and notify responseCallback of its response or if an error occurred talking to the server, creating the request, or processing the response.
Link copied to clipboard
Synchronously send the request and return its response.