HttpResponseContainer

data class HttpResponseContainer(val expectedType: TypeInfo, val 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
constructor(expectedType: TypeInfo, response: Any)

Properties

Link copied to clipboard
Link copied to clipboard