ResponseWithoutBody0

data class ResponseWithoutBody0(val status: Status) : Response<Nothing> (source)

Response without a body.

Constructors

Link copied to clipboard
constructor(status: Status)

Properties

Link copied to clipboard
open override val status: Status

status code returned by the server.