ktor-client-core / io.ktor.client.statement / HttpResponseContainer / <init>

<init>

HttpResponseContainer(expectedType: TypeInfo, response: Any) HttpResponseContainer(expectedType: TypeInfo, response: Any)

Class representing a typed response with an attached expectedType.

Parameters

expectedType - : information about expected type.

response - : current response state.