Package io.ktor.client.call
Types
Exception representing that the response payload has already been received.
A class that represents a single pair of request and response for a specific HttpClient.
Raw http call produced by engine.
Exception representing the no transformation was found. It includes the received type and the expected type as part of the message.
Exception representing fail of the response pipeline cause contains origin pipeline exception
Information about type.
Functions
Constructs a HttpClientCall from this HttpClient and with the specified HTTP request builder.
Constructs a HttpClientCall from this HttpClient and with the specified HttpRequestBuilder configured inside the block.
Constructs a HttpClientCall from this HttpClient, an url and an optional block configuring a HttpRequestBuilder.
Constructs a HttpClientCall from this HttpClient, an url and an optional block configuring a HttpRequestBuilder.
Constructs a HttpClientCall from this HttpClient, an url and an optional block configuring a HttpRequestBuilder.
Fetch data for HttpClientCall and close the origin.