HttpResponseContainer

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

Class representing a typed response with an attached expectedType.

Parameters

expectedType

: information about expected type.

response

: current response state.

Constructors

Link copied to clipboard
fun HttpResponseContainer(expectedType: TypeInfo, response: Any)

Properties

Link copied to clipboard
val expectedType: TypeInfo
Link copied to clipboard
val response: Any