Response0

data class Response0<B>(val status: Status, val body: B) : Response<B> (source)

Response carrying a body.

Constructors

Link copied to clipboard
constructor(status: Status, body: B)

Properties

Link copied to clipboard
val body: B

decoded response body.

Link copied to clipboard
open override val status: Status

status code returned by the server.