Package-level declarations
Types
Link copied to clipboard
Exception representing that the response payload has already been received.
Link copied to clipboard
A pair of a request and response for a specific HttpClient.
Link copied to clipboard
class NoTransformationFoundException(response: HttpResponse, from: KClass<*>, to: KClass<*>) : UnsupportedOperationException
Exception represents the inability to find a suitable transformation for the received body from the resulted type to the expected by the client type.
Link copied to clipboard
class ReceivePipelineException(val request: HttpClientCall, val info: TypeInfo, val cause: Throwable) : IllegalStateException
Exception representing fail of the response pipeline cause contains origin pipeline exception
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Tries to receive the payload of the response as a specific type T.
Link copied to clipboard
Fetch data for HttpClientCall and close the origin.